[GC] Revert distribute_free_regions changes in preparation for different strategy#108417
Merged
markples merged 2 commits intodotnet:mainfrom Oct 8, 2024
Merged
[GC] Revert distribute_free_regions changes in preparation for different strategy#108417markples merged 2 commits intodotnet:mainfrom
markples merged 2 commits intodotnet:mainfrom
Conversation
…te (dotnet#106414)" This reverts commit 566a3bd.
…location-only workloads (dotnet#105521)" (dotnet#107712)', which is b27a808 The 9.0 revert already handled merge conflicts with bfb674e, which is in main and 9.0. However, this keeps the changes to age huge free regions. Nothing is done with those ages, but this avoids churn to put it back in later.
Contributor
|
Tagging subscribers to this area: @dotnet/gc |
3 tasks
Maoni0
approved these changes
Oct 8, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revert "[GC] Allow distribute_free_regions to decommit and redistribute ([GC] Allow distribute_free_regions to decommit and redistribute #106414)"
This reverts commit 566a3bd.
Cherry-pick part of '[release/9.0] Revert "[GC] Avoid OOM in large-allocation-only workloads ([GC] Avoid OOM in large-allocation-only workloads #105521)" ([release/9.0] Revert "[GC] Avoid OOM in large-allocation-only workloads (#105521)" #107712)', which is b27a808
The 9.0 revert already handled merge conflicts with bfb674e, which is in main
and 9.0. However, this keeps the changes to age huge free regions. Nothing is
done with those ages, but this avoids churn to put it back in later.