mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
miniruby --zjit -e nil
runs through iseq_to_ssa
This commit is contained in:
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
3
vm.c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue