Project

General

Profile

« Previous | Next » 

Revision d5282540

Added by tenderlovemaking (Aaron Patterson) about 5 years ago

Add missing WB for iseq

The write barrier wasn't being called for this object, so add the
missing WB. Automatic compaction moved the reference because it didn't
know about the relationship (that's how I found the missing WB).