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

Grab back some performance in RuntimeTypeHandle::GetElementType #106730

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Aug 20, 2024

It appears that after #105965, the compiler is no longer inlining TypeHandle::IsArray for this code path. This deconstructs that use and reclaims the performance.

Fixes #106708

It appears that after dotnet#105965, the
compiler is no longer inlining `TypeHandle::IsArray` for
this code path. This deconstructs that use and reclaims it.
@AaronRobinsonMSFT AaronRobinsonMSFT merged commit a3cbf8c into dotnet:main Aug 21, 2024
90 checks passed
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the runtime_106708 branch August 21, 2024 02:44
@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 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.

[Perf] Windows/x64: 1 Regression on 8/17/2024 12:12:18 AM
2 participants