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
No longer clear alloc bit when an object is being moved. This fixes an
assertion error when trace_object is called on the same object twice
during defrag GC.
Clear alloc bits eagerly during sweeping instead of during allocation.
This ensures an address has the alloc bit (i.e. valid-object bit) if and
only if that address corresponds to a valid object reference during
mutator execution.
0 commit comments