summaryrefslogtreecommitdiff
path: root/mjit_c.c
AgeCommit message (Collapse)Author
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun
2023-03-05Workaround USE_MJIT warningsTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7448
2023-03-05Implement optimized sendTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7448
2023-03-05Implement opt_modTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7448
2023-03-05Redo compilation of all ISEQs after invalidationTakashi Kokubun
2023-03-05Implement method callTakashi Kokubun
2023-03-05Implement --mjit-statsTakashi Kokubun
2023-03-05Fix build without libcapstoneTakashi Kokubun
2023-03-05Remove debugging codeTakashi Kokubun
2023-03-05Implement --mjit-dump-disasmTakashi Kokubun
2022-12-08Use a ruby-lang alias [ci skip]Takashi Kokubun
2022-11-29MJIT: Rename mjit_compile_attr to mjit_sp_incTakashi Kokubun
There's no mjit_compile.inc, so no need to use this prefix anymore.
2022-11-29MJIT: Rename mjit_compiler.c to mjit_c.cTakashi Kokubun
It's no longer about the compiler logic itself.