Project

General

Profile

« Previous | Next » 

Revision f951ce37

Added by jhawthorn (John Hawthorn) 5 months ago

Add missing writebarrier on move_leave

This object was newly allocated on move_enter, so some GC may happen and
it may have been marked by move_leave, so we need to issue an
rb_gc_writebarrier_remember so that any new references are seen afer the
memcpy from the old object.