Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Porting desktop GC changes to coreclr. This fixes the following: #10096

Merged
merged 1 commit into from Mar 10, 2017

Conversation

Maoni0
Copy link
Member

@Maoni0 Maoni0 commented Mar 10, 2017

  1. https://github.com/dotnet/coreclr/issues/6809
  2. when we do a minimal GC, we need to maintain the states correctly (sync up tables and clear bricks for the portion that we don't need in a normal GC but do need in minimal GC)

1) https://github.com/dotnet/coreclr/issues/6809
2) when we do a minimal GC, we need to maintain the states correctly (sync up tables and clear bricks for the portion that we don't need in a normal GC but do need in minimal GC)
@Maoni0
Copy link
Member Author

Maoni0 commented Mar 10, 2017

@swgillespie

@swgillespie
Copy link

👍

@Maoni0 Maoni0 merged commit cb594de into dotnet:master Mar 10, 2017
@Maoni0 Maoni0 deleted the nogc branch March 10, 2017 22:34
MichalStrehovsky pushed a commit to dotnet/corert that referenced this pull request Jul 14, 2017
This PR ports dotnet/coreclr#10096 to CoreRT, which fixes an issue with the NS2.0 API `GC.TryStartNoGCRegion`, as well as an issue with bookkeeping when doing minimal GCs.
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants