summaryrefslogtreecommitdiff
path: root/mjit_compiler.c
AgeCommit message (Collapse)Author
2022-09-18Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun
2022-09-06Cache RubyVM::MJIT constantsTakashi Kokubun
for performance
2022-09-04Ruby MJIT (#6028)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2022-08-21Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun
I'm planning to introduce mjit_compiler.rb, and I want to make this consistent with it. Consistency with compile.c doesn't seem important for MJIT anyway.