Project

General

Profile

« Previous | Next » 

Revision de724487

Added by wks (Kunshan Wang) over 2 years ago

Copying GC support for EXIVAR

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.