Uh oh!
There was an error while loading. Please reload this page.
GH-141890: Fix GC double-counting of marked objects - #141891
GH-141890: Fix GC double-counting of marked objects#141891brandtbucher wants to merge 2 commits into
Conversation
sergey-miryanov
commented
Nov 24, 2025
JFYI, #127519
Unfortunately, #127519 was reverted. I had planned to try to fix it, but it's still on my to-do list. |
brandtbucher
commented
Nov 26, 2025
Ah, interesting. Let's benchmark this change. If the current version is better, we can just multiply by two to be explicit instead of the current code (which looks like a mistake, because originally it was). :) |
This PR is stale because it has been open for 30 days with no activity. |
sergey-miryanov
commented
May 3, 2026
The generational GC has landed, so this can be closed. Would you like me to close this? |
This move happens twice: once here, and once in
gc_collect_increment(the caller).