Live data from Hacker News

Viewing profile — cminmin

cminmin

HN member
Joined
Mon, Dec 08, 2025, 7:43 AM UTC
HN karma
1
Public activity
3 items

About cminmin

No profile information was provided.

Recent public activity

  1. comment
    Comment #46189702

    __attribute__((maybe_unused)) or [[maybe_unused]] or such things (dependin on ur spec version i guess?) can be used not to disable a whole line of errors.

  2. comment
    Comment #46189544

    if you use few you can have em all in the registers perhaps (not sure what arch they rollin?)

  3. comment
    Comment #46189537

    your programs have a data segment. its not the heap nor the stack... and it can be (depending on loader/linker) a source of reliable object->address mappings as its not dynamically…