aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup diff against upstream. Add commentsAlan Wu2021-10-201-0/+1
* Tweak mjit_exec() to remove YJIT symbol exportsAlan Wu2021-10-201-7/+14
* Always use `ret` to return to the interpreterAaron Patterson2021-10-201-3/+15
* Fix GCC warningsAlan Wu2021-10-201-4/+2
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-4/+5
* Thread EC through jit state. Add codegen status enum.Maxime Chevalier-Boisvert2021-10-201-1/+1
* Implement --ujit-call-thresholdMaxime Chevalier-Boisvert2021-10-201-1/+1
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-1/+1
* Move MicroJIT compilation threshold into MicroJIT's headerAlan Wu2021-10-201-2/+1
* Fix MicroJIT logic in MJIT execAlan Wu2021-10-201-8/+12
* Never compile with MicroJIT when MJIT is enabledAlan Wu2021-10-201-1/+1
* Don't call MicroJIT from MJIT outputAlan Wu2021-10-201-0/+2
* MicroJIT: compile after ten callsAlan Wu2021-10-201-1/+7
* Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun2021-08-121-0/+2
* Avoid enqueueing the same ISeq twiceTakashi Kokubun2021-06-101-1/+1
* Drop JIT_ISEQ_SIZE_THRESHOLDTakashi Kokubun2021-05-311-4/+0
* enable constant cache on ractorsKoichi Sasada2021-01-051-4/+0
* Skip mjit_wait if iseq is not a targetTakashi Kokubun2021-01-041-10/+1
* Stop managing valid class serialsTakashi Kokubun2020-12-291-4/+0
* MJIT is enabled whenever an MJIT header is usedTakashi Kokubun2020-12-211-1/+5
* Mark active_unitsTakashi Kokubun2020-12-201-0/+2
* Stop marking unit_queueTakashi Kokubun2020-12-201-2/+0
* Inline getconstant on JIT (#3906)Takashi Kokubun2020-12-161-0/+7
* ruby/internal/config.h needs to be included firstTakashi Kokubun2020-11-221-1/+1
* Make --disable-jit-support compileTakashi Kokubun2020-11-221-1/+1
* Combine mjit.h and internal/mjit.hTakashi Kokubun2020-11-221-12/+24
* Do not JIT inline builtin methodsTakashi Kokubun2020-06-241-0/+1
* Carve out mjit_exec_slowpathTakashi Kokubun2020-05-271-31/+41
* Eliminate a call instruction on JIT cancel pathTakashi Kokubun2020-05-261-1/+4
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Include unit id in a function name of an inlined methodTakashi Kokubun2020-04-301-1/+1
* add #include guard hack卜部昌平2020-04-131-3/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-301-1/+3
* Add debug counter for unload_unitsTakashi Kokubun2020-03-151-1/+0
* Move code to mark jit_unit's cc_entries to mjit.cTakashi Kokubun2020-03-121-1/+1
* Internalize rb_mjit_unit definition againTakashi Kokubun2020-02-261-29/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-221-0/+29
* suppress clang warnings卜部昌平2020-02-201-2/+4
* decouple internal.h headers卜部昌平2019-12-261-2/+5
* Constified mjit_initNobuyoshi Nakada2019-12-011-1/+1
* Allow specifying arbitrary MJIT flags by --jit-debugTakashi Kokubun2019-12-011-0/+2
* delete unused functions卜部昌平2019-11-141-4/+0
* Rename mjit_gc_finish_hook to mjit_gc_exit_hookTakashi Kokubun2019-05-151-2/+2
* Prefix rb_ to MJIT wait call since it's exportedk0kubun2019-04-201-2/+2
* Update MJIT referencestenderlove2019-04-201-0/+1
* Recompile without method inliningk0kubun2019-04-161-0/+2
* Unify comment styles across MJIT sourcesk0kubun2019-04-141-32/+32
* Recompile JIT-ed code without optimizationk0kubun2019-04-141-2/+12