You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gc: fix count reset to preserve gen2 count for survivors
Don't reset the target generation's count when it's the oldest (gen2),
since promote_survivors returns early and survivors remain in-place.
Only reset younger generations whose objects were promoted away.
0 commit comments