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

Add a couple common type sizes to SegmentedArrayHelper's size/shift/offsetmask methods so those values can be inlined. #75944

Conversation

ToddGrun
Copy link
Contributor

This isn't super significant, but about 175ms of CPU are accounted for these methods in the scrolling speedometer test in our OOP. I believe those should go away completely as these are the only common values that weren't already being handled when I manually debugged the product.

*** relevant speedometer CPU usage before this change ***
image

…ffsetmask methods so those values can be inlined.

This isn't super significant, but about 175ms of CPU are accounted for these methods in the scrolling speedometer test in our OOP. I believe those should go away completely as these are the only common values that weren't already being handled when I manually debugged the product.
@ToddGrun ToddGrun requested a review from a team as a code owner November 16, 2024 23:11
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 16, 2024
@ToddGrun ToddGrun requested review from sharwell and removed request for a team November 16, 2024 23:11
@ToddGrun
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants