Skip to content
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

Constructor and destructor names #127

Merged
merged 5 commits into from
Dec 1, 2017
Merged

Constructor and destructor names #127

merged 5 commits into from
Dec 1, 2017

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Dec 1, 2017

This adds about 10% to the demangled-same-as-libiberty rate for libxul symbols:

Total number of libxul symbols:                       274346
Number of libxul symbols parsed:                      274319 (99.99%)
Number of libxul symbols demangled:                   274319 (99.99%)
Number of libxul symbols demangled same as libiberty: 227202 (82.82%)

This is less ambiguous with the *other* stack we're dealing with: the inner
stack.
This adds `GetLeafName`, which is similart to `GetTemplateArgs`, but used by
constructors and destructors instead of template instantiations.

This adds about 10% to the demangled-same-as-libiberty rate for libxul symbols:

```
Total number of libxul symbols:                       274346
Number of libxul symbols parsed:                      274319 (99.99%)
Number of libxul symbols demangled:                   274319 (99.99%)
Number of libxul symbols demangled same as libiberty: 227202 (82.82%)
```
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.

None yet

1 participant