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

Avoid boxing enum #9001

Merged
merged 1 commit into from Jul 10, 2023
Merged

Avoid boxing enum #9001

merged 1 commit into from Jul 10, 2023

Conversation

davkean
Copy link
Member

@davkean davkean commented Jul 10, 2023

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1848255

Context

On .NET Framework this boxes an enum, and allocated 600 MB in a trace I was looking at.

image

Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1848255

On .NET Framework this boxes an enum, and allocated 600 MB in a trace I was looking at.
@rainersigwald rainersigwald enabled auto-merge (squash) July 10, 2023 19:51
Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

Thank you!

@rainersigwald rainersigwald merged commit 467f900 into dotnet:main Jul 10, 2023
8 checks passed
YuliiaKovalova pushed a commit to YuliiaKovalova/msbuild that referenced this pull request Jul 18, 2023
Fixes AB#1848255

On .NET Framework this boxes an enum, and allocated 600 MB in a trace I was looking at.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants