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
use atomics in the write barrier slow path (#52463)
Use atomics in the write-barrier slow-path to prevent duplicates in the
remset.
As discussed in #50419, setting
the mark bit is idempotent, but updating page metadata in the mark phase
is not.
0 commit comments