summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/mjit/context.rb
AgeCommit message (Collapse)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-05Partially implement send of cfuncTakashi Kokubun
2023-03-05Implement dupTakashi Kokubun
2023-03-05Implement opt_aref for HashTakashi Kokubun
2023-03-05Implement jit_chain_guardTakashi Kokubun
2023-03-05Implement opt_plusTakashi Kokubun
2023-03-05Implement initial opt_ltTakashi Kokubun
2023-03-05Implement defer_compilationTakashi Kokubun
2023-03-05Fix broken rebaseTakashi Kokubun