aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
* s/pid_t/rb_pid_t/normal2018-06-271-1/+1
* hijack SIGCHLD handler for internal usenormal2018-06-271-11/+37
* mjit.c: hide path search error behind verbose()normal2018-06-251-1/+1
* mjit.c: avoid signed pointer comparisons (fix for 32-bit)normal2018-06-251-2/+2
* mjit.c: set PIC flags on clang for FreeBSD and glibcnormal2018-06-251-1/+3
* mjit.c: avoid execvp PATH lookup in vfork-ed childnormal2018-06-251-7/+24
* mjit.c: disable calling JIT-ed codek0kubun2018-06-231-0/+5
* mjit.c: unify the variable name with method namek0kubun2018-06-231-18/+18
* mjit.c: initial cygwin supportk0kubun2018-06-231-2/+4
* mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun2018-06-211-18/+68
* mjit.c: measure time more preciselynobu2018-06-161-0/+5
* prefer clock_gettimenobu2018-06-141-0/+12
* mjit.c: unify wording between comments and variablesk0kubun2018-06-061-14/+14
* mjit.c: use remove_file in clean_so_file toonobu2018-05-241-4/+3
* mjit.c: show error message on remove failurek0kubun2018-05-221-4/+13
* mjit_config.h: expand min header namenobu2018-04-281-10/+4
* mjit.c: remove undefnobu2018-04-271-1/+0
* mjit.c: clean so file on Windowsnobu2018-04-271-2/+30
* mjit.c: fix cc argumentsnobu2018-04-271-7/+9
* mjit.c: prefix and archdir in initnobu2018-04-271-34/+26
* win32/Makefile.sub: LIBDIR_BASENAMEnobu2018-04-261-3/+10
* thread*: all condvars are monotonicnormal2018-04-221-5/+5
* mjit.c: check pch statusnobu2018-04-211-2/+2
* mjit.c: add class serial of singleton classk0kubun2018-04-031-0/+1
* mjit.c: make Object's class serial valid in JITk0kubun2018-04-011-0/+1
* mjit.c: add timeout for --jit-waitk0kubun2018-03-171-1/+15
* mjit.c: keep mutex unlocked on destroyk0kubun2018-03-101-2/+1
* mjit.c: fix deadlock on marking MJIT's ISeqk0kubun2018-02-241-1/+8
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-0/+9
* mjit.c: separate call from macronobu2018-02-201-4/+8
* mjit.c: fix compile errornobu2018-02-201-1/+5
* mjit.c: prefer $TMPDIR and $TMPnobu2018-02-201-8/+41
* mjit.c: dldflags on mingwnobu2018-02-201-2/+11
* mjit.c: fix memory leaknobu2018-02-201-2/+5
* common.mk: moved macros to mjit_config.hnobu2018-02-201-3/+2
* mjit.c: fix a typo [ci skip]nobu2018-02-191-1/+1
* mjit.c: pch file argumentnobu2018-02-181-0/+2
* mjit.c: place DLDFLAGS at lastnobu2018-02-181-6/+1
* mjit.c: no va_copynobu2018-02-181-13/+7
* Fixed the order of arguments for cl.exeusa2018-02-181-1/+6
* mjit.c: fix deadlock on class serial incrementk0kubun2018-02-161-2/+2
* non-constant aggregate initializer is a C99ismshyouhei2018-02-161-1/+4
* mjit.h: compare as pointernobu2018-02-141-1/+1
* xmalloc never returns NULLkazu2018-02-131-2/+1
* mjit.c: print JIT failurek0kubun2018-02-121-2/+10
* mjit.c: some flags are no longer for GCCk0kubun2018-02-111-15/+2
* mjit.c: alwasy -fPIC flag to gccnobu2018-02-111-4/+7
* mjit_config.h: include trailing comma for empty listnobu2018-02-111-11/+5
* mjit_config.h: more macrosnobu2018-02-111-76/+49
* mjit.c: constified command argumentsnobu2018-02-101-8/+8