summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2025-03-05 13:47:25 -0800
committerTakashi Kokubun <[email protected]>2025-04-18 21:52:59 +0900
commit22c73f1ccbe04b1e85ed5977f676f5afd31a2fcc ()
treee8db568d8146a87be4854112ff2b7e13f695e412 /vm.c
parentbd41935b02c554589d29882d62a3a76c4afe2165 (diff)
Implement FixnumAdd and stub Point/GuardType (https://.com/Shopify/zjit/pull/30)
* Implement FixnumAdd and stub Point/GuardType Co-authored-by: Max Bernstein <[email protected]> Co-authored-by: Maxime Chevalier-Boisvert <[email protected]> * Clone Target for arm64 * Use $create instead of use create Co-authored-by: Alan Wu <[email protected]> * Fix misindentation from suggested changes * Drop an unneeded variable for mut * Load operand into a register only if necessary --------- Co-authored-by: Max Bernstein <[email protected]> Co-authored-by: Maxime Chevalier-Boisvert <[email protected]> Co-authored-by: Alan Wu <[email protected]>
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r--vm.c1
1 files changed, 1 insertions, 0 deletions
@@ -2199,6 +2199,7 @@ rb_vm_check_redefinition_opt_method(const rb_method_entry_t *me, VALUE klass)
rb_id2name(me->called_id)
);
rb_yjit_bop_redefined(flag, (enum ruby_basic_operators)bop);
ruby_vm_redefined_flag[bop] |= flag;
}
}