mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
![]() objspace->flags.immediate_sweep shares the same word as objspace->flags.during_incremental_marking. So in gc_start we need to assign it after gc_enter() so that we hold the VM lock and have issued a barrier, as rb_gc_impl_writebarrier is reading objspace->flags.during_incremental_marking. |
||
---|---|---|
.. | ||
default.c | ||
extconf.rb |