diff options
author | Takashi Kokubun <[email protected]> | 2023-03-02 23:21:28 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | 34f2ab1f3c389e7d802128706008db2d8445fc3f () | |
tree | 20e367c1a4d3c8813ef0f7ba28dc537778da1339 /mjit_c.rb | |
parent | d38069264918e7d0c5aff223414ba45dced92c66 (diff) |
Optimize Integer#/
Notes: Merged: https://.com/ruby/ruby/pull/7448
-rw-r--r-- | mjit_c.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -289,6 +289,10 @@ module RubyVM::MJIT # :nodoc: all Primitive.cexpr! 'SIZET2NUM((size_t)rb_fix_mul_fix)' end def rb_ary_push Primitive.cexpr! 'SIZET2NUM((size_t)rb_ary_push)' end |