Project

General

Profile

« Previous | Next » 

Revision 98d7583b

Added by tenderlovemaking (Aaron Patterson) over 5 years ago

Pull iseq_add_mark_object_compile_time out of freeze_string

freeze_string essentially called iseq_add_mark_object_compile_time. I
need to know where all writes occur on the rb_iseq_t, so this commit
separates the function calls so we can add write barriers in the right
place.