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] Use simdhash for aot method lookup ptr->methodinfo cache #102029

Merged
merged 2 commits into from
May 9, 2024

Conversation

kg
Copy link
Contributor

@kg kg commented May 8, 2024

Based on profiling, AOT'd applications can spend a lot of time in these ghashtable lookups, and simdhash appears to perform much better for this scenario.

@kg kg requested a review from thaystg as a code owner May 9, 2024 04:20
@kg kg merged commit 9926d60 into dotnet:main May 9, 2024
77 of 79 checks passed
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
…et#102029)

* Use simdhash for aot method lookup ptr->methodinfo cache
* Clean up simdhash cmake
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2024
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.

2 participants