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

[mono][interp] Attempt to devirtualize call if we have type information about this #85528

Merged
merged 11 commits into from
May 23, 2023

Conversation

BrzVlad
Copy link
Member

@BrzVlad BrzVlad commented Apr 28, 2023

Mainly to address performance problems with code like EqualityComparer<T>.Default.Equals ()

Fixes #82948

@BrzVlad BrzVlad merged commit 22088fb into dotnet:main May 23, 2023
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.

Jiterpreter performance issues around Dictionary and GenericEqualityComparer
2 participants