diff options
-rw-r--r-- | mjit.c | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -11,14 +11,20 @@ // To share variables privately, include mjit_worker.c instead of linking. -#include "internal.h" #if USE_MJIT -#include "mjit_worker.c" - #include "constant.h" #include "id_table.h" // Copy ISeq's states so that race condition does not happen on compilation. static void |