mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00:00
Instance variables held in gen_ivtbl are marked with rb_gc_mark. It prevents the referenced objects from moving, which is bad for copying garbage collectors. This commit allows those instance variables to be updated during gc_update_object_references.