Project

General

Profile

« Previous | Next » 

Revision cd86393a

Added by peterzhu2118 (Peter Zhu) 9 months ago

Assume VM locked in rb_mark_generic_ivar

rb_gen_ivtbl_get locks the VM, but the VM must be locked during marking
so we can directly read from the generic_ivtbl without locking the VM.