-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MangleProcs following the Itanium spec so they are demangled in the debugger call stack #23260
Conversation
jmgomez
commented
Jan 26, 2024
•
edited
Loading
edited
Just wanted to run it through the CI still missing: - [ ] Tests - [ ] Improve some corners (i.e generics have a soft mangling) - [ ] Opt-in and debug only? (Produce very bad names in the codegen)
@jmgomez any chance this could be utilized with variables as well? |
Unfortunately the debuggers dont pick the Itanium mangling scheme for vars. But locals are fine, mangling on parameters is minimal and in globals is not that bad. In the mid term the plan is to build a custom debugger adapter (so we can also opt-in temps) |
Thanks for your hard work on this PR! Hint: mm: orc; opt: speed; options: -d:release |