summaryrefslogtreecommitdiff
path: root/bootstraptest/test_rjit.rb
AgeCommit message (Collapse)Author
2024-06-13RJIT: Fixed and/or reg+disp32 operations (#10856)Dmitry Ukolov
Fixed RJIT `and reg+disp32` and `or reg+disp32` operation.
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