summaryrefslogtreecommitdiff
path: root/mjit.h
AgeCommit message (Expand)Author
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