Project

General

Profile

« Previous | Next » 

Revision aa3a7d6d

Added by k0kubun (Takashi Kokubun) over 5 years ago

Remove an unnecessary TODO comment

Fixing https://github.com/ruby/ruby/blob/4bcd5981e80d3e1852c8723741a0069779464128/mjit.c#L338
should be the right solution for this. We may not be able to free the cc immediately.

Plus, we're not copying cc but just holding references to be marked. cc
should be GC-ed once jit_unit is freed.