summaryrefslogtreecommitdiff
path: root/mjit_compiler.rb
AgeCommit message (Expand)Author
2022-11-26MJIT: Merge mjit_compiler.rb into mjit.rbTakashi Kokubun
2022-09-23Drop c_64 and c_32Takashi Kokubun
2022-09-23Mix manual and auto-generated C APIsTakashi Kokubun
2022-09-18Demote mjit_instruction.rb from builtin to stdlibTakashi Kokubun
2022-09-07Add another method for debuggingTakashi Kokubun
2022-09-07Drop an unused method for debuggingTakashi Kokubun
2022-09-05Workaround unused variable warning by builtinTakashi Kokubun
2022-09-04Automatically detect 64bit platformsTakashi Kokubun
2022-09-04s390x seems like a 64bit architectureTakashi Kokubun
2022-09-04Ruby MJIT (#6028)Takashi Kokubun