We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a9d07 commit 7b1e0a6Copy full SHA for 7b1e0a6
vm.c
@@ -584,7 +584,7 @@ jit_exec(rb_execution_context_t *ec)
584
return Qundef;
585
}
586
587
-#if USE_YJIT
+#if USE_YJIT || USE_ZJIT
588
// Generate JIT code that supports the following kind of ISEQ entry:
589
// * The first ISEQ pushed by vm_exec_handle_exception. The frame would
590
// point to a location specified by a catch table, and it doesn't have
0 commit comments