summaryrefslogtreecommitdiff
path: root/test/ruby/test_mjit.rb
AgeCommit message (Expand)Author
2023-03-05Drop existing MJIT testsTakashi Kokubun
2022-12-26Suppress method redefinition warningsNobuyoshi Nakada
2022-12-25MJIT: Fix JIT code for multiple values in a single caseTakashi Kokubun
2022-12-24MJIT: Cancel all on disastrous situations (#7019)Takashi Kokubun
2022-12-22Clean intermediate source file in `TestMJIT#test_jit_failure` (#6994)Nobuyoshi Nakada
2022-12-17Prevent a "method redefined" warningYusuke Endoh
2022-12-10MJIT: Compile methods in batches (#6900)Takashi Kokubun
2022-11-25MJIT: Remove the code to optimize shape transitionTakashi Kokubun
2022-11-14Rename --mjit-min-calls to --mjit-call-threshold (#6731)Takashi Kokubun
2022-11-13Fix invokebuiltin in Ruby MJITTakashi Kokubun
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-25Convert catch_except_t to stdboolTakashi Kokubun
2022-08-19Rename mjit_exec to jit_exec (#6262)Takashi Kokubun
2022-07-15Implement Objects on VWAPeter Zhu
2022-07-14MJIT: Merge mjit_worker.c back to mjit.c (#6138)Takashi Kokubun
2022-06-15MJIT: Handle JIT failure properlyTakashi Kokubun
2022-06-09Remove a leftover requireTakashi Kokubun
2022-06-08Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun
2022-06-08MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun
2022-05-20Rename test_jit to test_mjitTakashi Kokubun