Project

General

Profile

« Previous | Next » 

Revision 439d31bc

Added by k0kubun (Takashi Kokubun) almost 3 years ago

MJIT: Merge mjit_worker.c back to mjit.c (#6138)

Since #6006, we no longer avoid executing GC on mjit_worker.c and thus
there's no need to carefully change how we write code whether you're in
mjit.c or mjit_worker.c anymore.