diff options
author | Takashi Kokubun <[email protected]> | 2023-03-01 23:38:12 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-05 23:28:59 -0800 |
commit | 357007626ce77cd3cdb9e44568c1794e515792f6 () | |
tree | 6ead6dd60f21428a97404f6138a03be3000c8448 /mjit_c.rb | |
parent | 42adcd5743d68b96391c96d7b23e3890606afb1a (diff) |
Implement opt_newarray_min
Notes: Merged: https://.com/ruby/ruby/pull/7448
-rw-r--r-- | mjit_c.rb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -254,6 +254,13 @@ module RubyVM::MJIT # :nodoc: all } end #======================================================================================== # # Old stuff |