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

[#521] perf. cleanup for demangler.cc #535

Closed
wants to merge 1 commit into from

Conversation

pnstickne
Copy link
Contributor

  • Remove dependency; since this is gone from
    the header as well, saves many hundreds of ms per
    affected TU.. like, literally, 200ms+ per TU :|

  • Moved non-effective inline functions to cc.

  • Removed assorted aliases and converted to more idiomatic C++.

- Remove <regex> dependency; since this is gone from
  the header as well, saves many hundreds of ms per
  affected TU.. like, literally, 200ms+ per TU :|

- Moved non-effective inline functions to cc.

- Removed assorted aliases and converted to more idiomatic C++.
@pnstickne pnstickne requested a review from lifflander November 4, 2019 08:50
@lifflander
Copy link
Collaborator

Closed in favor of #545; new issue for tracking this separately

@lifflander lifflander closed this Nov 4, 2019
@pnstickne pnstickne deleted the 521-demangler-per-cleanup branch November 5, 2019 06:34
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.

2 participants