summaryrefslogtreecommitdiff
path: root/bootstraptest/test_rjit.rb
AgeCommit message (Collapse)Author
2023-12-21RJIT: Fix unwanted shadowing in set_local_typeTakashi Kokubun
local_idx should not be overwritten.
2023-04-26RJIT: Fix unspecified_bits with localsTakashi Kokubun
2023-04-03RJIT: Fix arguments for shift_stackTakashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462