mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Yet Another Ruby JIT!
Renaming uJIT to YJIT. AKA s/ujit/yjit/g.
This commit is contained in:
parent
7f7e79d802
commit
4e2eb7695e
36 changed files with 1312 additions and 1320 deletions
|
@ -81,7 +81,7 @@ error !
|
|||
RSTRING_PTR(rb_iseq_path(reg_cfp->iseq)), \
|
||||
rb_iseq_line_no(reg_cfp->iseq, reg_pc - reg_cfp->iseq->body->iseq_encoded)); \
|
||||
} \
|
||||
if (USE_INSNS_COUNTER && BIN(insn) != BIN(ujit_call_example_with_ec)) vm_insns_counter_count_insn(BIN(insn));
|
||||
if (USE_INSNS_COUNTER && BIN(insn) != BIN(yjit_call_example_with_ec)) vm_insns_counter_count_insn(BIN(insn));
|
||||
|
||||
#define INSN_DISPATCH_SIG(insn)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue