summaryrefslogtreecommitdiff
path: root/lib/ruby_vm/mjit/code_block.rb
AgeCommit message (Collapse)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-05Implement branch stubTakashi Kokubun
2023-03-05Rewrite the stub if it's the last codeTakashi Kokubun
2023-03-05Implement defer_compilationTakashi Kokubun
2023-03-05Colorize outlined codeTakashi Kokubun
2023-03-05Implement ocbTakashi Kokubun
2023-03-05Use the term "compile" in different placesTakashi Kokubun
2023-03-05Carve out CodeBlockTakashi Kokubun