aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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