summaryrefslogtreecommitdiff
path: root/mjit.h
AgeCommit message (Expand)Author
2019-05-15Rename mjit_gc_finish_hook to mjit_gc_exit_hookTakashi Kokubun
2019-04-20Prefix rb_ to MJIT wait call since it's exportedk0kubun
2019-04-20Update MJIT referencestenderlove
2019-04-16Recompile without method inliningk0kubun
2019-04-14Unify comment styles across MJIT sourcesk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-04-06Add debug counter for VM <-> MJIT callsk0kubun
2019-03-29Add debug counters for MJITk0kubun
2019-03-18Resurrect r67287 and r67288k0kubun
2019-03-18Revert "Eliminate mjit_copy_job_t reference from mjit_worker"k0kubun
2019-03-18Eliminate mjit_copy_job_t reference from mjit_workerk0kubun
2019-03-18Revert "Request inline cache values from mjit_compile"k0kubun
2019-03-17Request inline cache values from mjit_compilek0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2019-01-10Revert "mjit.c: use boolean type for boolean variables"k0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2018-11-26vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun
2018-11-26Revert "process.c: try to workaroun SEGV by r65994"k0kubun
2018-11-26process.c: try to workaroun SEGV by r65994k0kubun
2018-11-26process.c: finish MJIT prior to #execk0kubun
2018-10-21mjit.c: copy call cache values to MJIT workerk0kubun
2018-10-21mjit.c: copy inline cache values to MJIT workerk0kubun
2018-10-20add disabling MJIT features option.ko1
2018-10-07vm_core.h: fix inconsistent prototype declarationsk0kubun
2018-10-07mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun
2018-10-07mjit.h: call compiled code immediatelyk0kubun
2018-09-13Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun
2018-09-13vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun
2018-08-11mjit.c: exclude mjit_valid_class_serial_pk0kubun
2018-08-11mjit_worker.c: carve out worker-related codek0kubun
2018-08-09process.c: fix outdated mjit_pause declarationk0kubun
2018-08-07mjit.c: initial support for mswin MJITk0kubun
2018-07-27mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloadedk0kubun
2018-07-18ruby.c: accept --disable-jit optionk0kubun
2018-07-03mjit.h: avoid signed pointer comparisons (fix for 32-bit)normal
2018-06-23mjit.c: disable calling JIT-ed codek0kubun
2018-06-23mjit.c: unify the variable name with method namek0kubun
2018-05-21mjit.h: skip accessing mjit_opts if JIT-edk0kubun
2018-03-17mjit.c: add timeout for --jit-waitk0kubun
2018-02-14mjit.h: compare as pointernobu
2018-02-12no --jit-ccnobu
2018-02-05comma at the end of enum is a C99ismshyouhei
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04mjit.c: merge MJIT infrastructurek0kubun