miniruby --zjit -e nil runs through iseq_to_ssa

This commit is contained in:
Alan Wu 2025-02-06 12:10:43 -05:00 committed by Takashi Kokubun
parent 0f9557e9a7
commit 1d95139bf6
Notes: git 2025-04-18 13:49:48 +00:00
4 changed files with 37 additions and 5 deletions

3
vm.c
View file

@ -496,6 +496,9 @@ jit_compile_exception(rb_execution_context_t *ec)
if (body->jit_exception_calls == rb_yjit_call_threshold) {
rb_yjit_compile_iseq(iseq, ec, true);
}
}
return body->jit_exception;
}