aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
Commit message (Expand)AuthorAgeFilesLines
* vm_core.h: fix inconsistent prototype declarationsk0kubun2018-10-071-12/+0
* mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun2018-10-071-0/+12
* mjit.h: call compiled code immediatelyk0kubun2018-10-071-2/+2
* Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun2018-09-131-3/+1
* vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun2018-09-131-1/+3
* mjit.c: exclude mjit_valid_class_serial_pk0kubun2018-08-111-1/+0
* mjit_worker.c: carve out worker-related codek0kubun2018-08-111-1/+1
* process.c: fix outdated mjit_pause declarationk0kubun2018-08-091-1/+0
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-2/+2
* mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloadedk0kubun2018-07-271-3/+4
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-1/+3
* mjit.h: avoid signed pointer comparisons (fix for 32-bit)normal2018-07-031-1/+1
* mjit.c: disable calling JIT-ed codek0kubun2018-06-231-2/+3
* mjit.c: unify the variable name with method namek0kubun2018-06-231-2/+2
* mjit.h: skip accessing mjit_opts if JIT-edk0kubun2018-05-211-6/+3
* mjit.c: add timeout for --jit-waitk0kubun2018-03-171-1/+1
* mjit.h: compare as pointernobu2018-02-141-1/+1
* no --jit-ccnobu2018-02-121-12/+0
* comma at the end of enum is a C99ismshyouhei2018-02-051-2/+2
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-0/+3
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+138