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

optimize adding unwind info entries by hashtable #55398

Merged
merged 3 commits into from
Jul 13, 2021
Merged

Conversation

DzmitryKN
Copy link
Contributor

Previously unwind info cache was populated with using linear search for finding duplicated entries. This change introduces hashtable-based optimization for this logic, that noticeable improves performance in case of having really many entries in cache.
NB: this is a port of mono/mono#21128

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@lambdageek lambdageek merged commit c6acf8d into dotnet:main Jul 13, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants