diff options
author | Takashi Kokubun <[email protected]> | 2023-03-02 22:43:55 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | 92efd0569a1da349f8bc7f8214e3a780fd0c575a () | |
tree | 5d67d9efec01e58b091e3686079c182c76863659 /mjit_c.rb | |
parent | db4a8afa5e55591aa1e167ffde5924fc8f1f4807 (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
@@ -278,6 +278,10 @@ module RubyVM::MJIT # :nodoc: all me_addr == 0 ? nil : rb_method_entry_t.new(me_addr) end #======================================================================================== # # Old stuff |