-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-109390: add dump_symtable utility under #if 0 #109391
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this would have been very helpful.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Just pushed some changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
@JelleZijlstra Thanks for the improvements! Anything else you were wanting to do here, or should I go ahead and merge? |
Let's merge it |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Sample output for a reasonably large/complex module symtable: https://gist.github.com/carljm/7af75d2b5ea0d5d2f054fdd6c854ff67
I'm sure the output could be made much nicer, but I will leave that as an exercise for future contributors ;)
#if 0
#109390