Skip to content

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 ghost added the area-GC-coreclr label Sep 29, 2022
@ghost ghost assigned PeterSolMS Sep 29, 2022
@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