-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
GC: Fix CheckPromoted for frozen objects #76251
Commits on Sep 27, 2022
-
CheckPromoted used to mark weakref to a frozen object in SyncBlock as…
… unreachable because it was not promoted
Configuration menu - View commit details
-
Copy full SHA for 821246a - Browse repository at this point
Copy the full SHA 821246aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d91a7 - Browse repository at this point
Copy the full SHA 77d91a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d88147 - Browse repository at this point
Copy the full SHA 7d88147View commit details -
Configuration menu - View commit details
-
Copy full SHA for d359490 - Browse repository at this point
Copy the full SHA d359490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86dc10c - Browse repository at this point
Copy the full SHA 86dc10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c50eb34 - Browse repository at this point
Copy the full SHA c50eb34View commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 555e1dd - Browse repository at this point
Copy the full SHA 555e1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f58e0 - Browse repository at this point
Copy the full SHA 40f58e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc66006 - Browse repository at this point
Copy the full SHA dc66006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b56d2 - Browse repository at this point
Copy the full SHA 42b56d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 633e52a - Browse repository at this point
Copy the full SHA 633e52aView commit details
Commits on Oct 2, 2022
-
a bit of refactoring, added an explanation why we need mark_ro_segments
Maoni0 committedOct 2, 2022 Configuration menu - View commit details
-
Copy full SHA for 5de363a - Browse repository at this point
Copy the full SHA 5de363aView commit details
Commits on Oct 3, 2022
-
+ actually setting the mark array bits for ro segments
+ moved where we are calling mark_ro_segments to the right places - for BGC this needs to be in the 2nd non concurrent phase) for blocking GCs I just moved it to a more appropriate place + for full blocking GCs it's not enough to do mark_ro_segments when gen start seg is not ephemeral. when we are doing a gen2 GC, even if we have acquired a new seg for that heap, we still need to mark all in range ro segs because our logic in IsPromoted expects when there's in range ro segs we need the mark bit to tell us these ro objects are marked. + got rid of some unnecessary checks Note that I do make the assumption that ro segs are always threaded at the beginning of gen2. We actually always thread these into heap 0's gen2 seg list but I can see a chance of that changing, if we want a better balancing of the mark_ro_segments work.
Maoni0 committedOct 3, 2022 Configuration menu - View commit details
-
Copy full SHA for d7caee3 - Browse repository at this point
Copy the full SHA d7caee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3447a2f - Browse repository at this point
Copy the full SHA 3447a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb62389 - Browse repository at this point
Copy the full SHA fb62389View commit details -
fix stupid type, although, this path is never taken (only if FOH is d…
…isabled via env.var but we'll get rid of that soon)
Configuration menu - View commit details
-
Copy full SHA for a41ec83 - Browse repository at this point
Copy the full SHA a41ec83View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae518f - Browse repository at this point
Copy the full SHA dae518fView commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d4cbd2 - Browse repository at this point
Copy the full SHA 9d4cbd2View commit details