-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename asm.dwarf
to asm.debuginfo
#3513
Conversation
Or maybe we can use |
@imbillow, why not just structure with bools? This structure should not have too many copies in the memory anyway - it's only used for disassembly. |
i'm actually very ok with a bitmask |
I'm just a bit obsessive-compulsive. When I think about how a bool in C takes up 1 byte, yet its information content is only 1 bit. |
Your checklist for this pull request
Detailed description
...
Test plan
...
Closing issues
just link #907