summaryrefslogtreecommitdiff
path: root/mjit_unit.h
AgeCommit message (Collapse)Author
2022-08-22Fix an inconsistent include guard macroTakashi Kokubun
I was thinking about making it internal/mjit.h, but didn't.
2022-07-14MJIT: Share rb_mjit_unit through mjit_unit.hTakashi Kokubun
mjit_compile.c should be able to access this more easily. Notes: Merged: https://github.com/ruby/ruby/pull/6140