summaryrefslogtreecommitdiff
path: root/mjit.rb
AgeCommit message (Expand)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-05Add compiled_block_countTakashi Kokubun
2023-03-05Implement method callTakashi Kokubun
2023-03-05Skip compiling at_exit without --mjit-statsTakashi Kokubun
2023-03-05Fix broken rebaseTakashi Kokubun
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Implement a no-op JIT compilerTakashi Kokubun
2022-12-24MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun
2022-12-22Polish the public docs for MJIT [ci skip]Takashi Kokubun
2022-12-21Put RubyVM::MJIT::Compiler under ruby_vm directory (#6989)Takashi Kokubun
2022-11-28MJIT: Make it parsable by Solargraph (#6827)Takashi Kokubun
2022-11-28Revert "MJIT: Make it parsable by Solargraph"Takashi Kokubun
2022-11-27MJIT: Make it parsable by SolargraphTakashi Kokubun
2022-11-27Suppress warnings againTakashi Kokubun
2022-11-27MJIT: Move some private declarationsTakashi Kokubun
2022-11-26MJIT: Merge mjit_compiler.rb into mjit.rbTakashi Kokubun
2022-06-15Move RubyVM::MJIT to builtin RubyTakashi Kokubun