Skip to content

Analyze .obj files with source file info taken from .pdb #25

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

stgatilov
Copy link
Contributor

This is the implementation of "PDB approach" for seeing how much bloat is generated by headers (issue).

stgatilov added 12 commits May 9, 2018 20:26
Note: there are some very rare names starting with " ?? ".
I cannot understand where they come from.
…from special files.

  [unclear_source]: default-generated methods (constructors and destructors)
  [not_in_pdb]: non-code stuff (constants, values, RTTI, locals, dtors, initializers, etc)
For public symbols, "name" gives exactly the raw name of symbol.
For private ones, it is not even clear how to determine raw name, since linker did not see then.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant