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

Move large static array out of hte large object heap #73299

Merged
merged 3 commits into from
May 2, 2024

Conversation

CyrusNajmabadi
Copy link
Member

this is showing up in speedometer runs for the IDE. making a trivial change to move this out of the LOH.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team May 2, 2024 05:47
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner May 2, 2024 05:47
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels May 2, 2024
@CyrusNajmabadi CyrusNajmabadi requested a review from sharwell May 2, 2024 05:47
@@ -63,7 +65,11 @@ private struct Entry
// slightly slower than local cache
// we read this cache when having a miss in local cache
// writes to local cache will update shared cache as well.
#if COMPILERCORE
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: i could make this change for the compiler as well, but i wasn't sure if tehre would be risk aversity around this core data structure.

@CyrusNajmabadi CyrusNajmabadi requested a review from jaredpar May 2, 2024 15:56
@CyrusNajmabadi
Copy link
Member Author

@dotnet/roslyn-compiler for reviews :)

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>
@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 2, 2024 16:27
@CyrusNajmabadi CyrusNajmabadi merged commit 4167c9b into dotnet:main May 2, 2024
24 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone May 2, 2024
@CyrusNajmabadi CyrusNajmabadi deleted the lohArray branch May 2, 2024 18:03
@Cosifne Cosifne modified the milestones: Next, 17.11 P2 May 28, 2024
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.

6 participants