summaryrefslogtreecommitdiff
path: root/mjit_c.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-02 22:43:55 -0800
committerTakashi Kokubun <[email protected]>2023-03-05 23:28:59 -0800
commit92efd0569a1da349f8bc7f8214e3a780fd0c575a ()
tree5d67d9efec01e58b091e3686079c182c76863659 /mjit_c.rb
parentdb4a8afa5e55591aa1e167ffde5924fc8f1f4807 (diff)
Optimize Integer#*
Notes: Merged: https://.com/ruby/ruby/pull/7448
-rw-r--r--mjit_c.rb4
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