Viewing profile — cminmin
cminmin
HN member- Joined
- Mon, Dec 08, 2025, 7:43 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About cminmin
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #46189544
if you use few you can have em all in the registers perhaps (not sure what arch they rollin?)
-
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…