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

Disable gen 1 budget accounting fix for segments #76365

Merged

Conversation

PeterSolMS
Copy link
Contributor

To make the segments implementation of GC behaves like .NET 6.0 did.

I have tried to make the change as minimal and straightforward as possible. So in the segments implementation we have some locals that are computed but never used - hopefully the optimizer will get rid of the unnecessary code.

…lementation of GC behaves like .NET 6.0 did.
@ghost
Copy link

ghost commented Sep 29, 2022

Tagging subscribers to this area: @dotnet/gc
See info in area-owners.md if you want to be subscribed.

Issue Details

To make the segments implementation of GC behaves like .NET 6.0 did.

I have tried to make the change as minimal and straightforward as possible. So in the segments implementation we have some locals that are computed but never used - hopefully the optimizer will get rid of the unnecessary code.

Author: PeterSolMS
Assignees: -
Labels:

area-GC-coreclr

Milestone: -

@Maoni0 Maoni0 merged commit 43fa22f into dotnet:main Sep 29, 2022
@Maoni0
Copy link
Member

Maoni0 commented Sep 29, 2022

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3155255702

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