summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2018-07-05Revert "get rid of a compiler warning of VC"normal
2018-07-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse
2018-07-02Use PRI_PIDT_PREFIX for results of getpid()kazu
2018-07-02get rid of a compiler warning of VCusa
2018-06-30mjit: provide more diagnostics for waitpid failuresnormal
2018-06-30use SIGCHLD_LOSSY to enable waitpid polling modenormal
2018-06-27s/pid_t/rb_pid_t/normal
2018-06-27hijack SIGCHLD handler for internal usenormal
2018-06-25mjit.c: hide path search error behind verbose()normal
2018-06-25mjit.c: avoid signed pointer comparisons (fix for 32-bit)normal
2018-06-25mjit.c: set PIC flags on clang for FreeBSD and glibcnormal
2018-06-25mjit.c: avoid execvp PATH lookup in vfork-ed childnormal
2018-06-23mjit.c: disable calling JIT-ed codek0kubun
2018-06-23mjit.c: unify the variable name with method namek0kubun
2018-06-23mjit.c: initial cygwin supportk0kubun
2018-06-21mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun
2018-06-16mjit.c: measure time more preciselynobu
2018-06-14prefer clock_gettimenobu
2018-06-06mjit.c: unify wording between comments and variablesk0kubun
2018-05-24mjit.c: use remove_file in clean_so_file toonobu
2018-05-22mjit.c: show error message on remove failurek0kubun
2018-04-28mjit_config.h: expand min header namenobu
2018-04-27mjit.c: remove undefnobu
2018-04-27mjit.c: clean so file on Windowsnobu
2018-04-27mjit.c: fix cc argumentsnobu
2018-04-27mjit.c: prefix and archdir in initnobu
2018-04-26win32/Makefile.sub: LIBDIR_BASENAMEnobu
2018-04-22thread*: all condvars are monotonicnormal
2018-04-21mjit.c: check pch statusnobu
2018-04-03mjit.c: add class serial of singleton classk0kubun
2018-04-01mjit.c: make Object's class serial valid in JITk0kubun
2018-03-17mjit.c: add timeout for --jit-waitk0kubun
2018-03-10mjit.c: keep mutex unlocked on destroyk0kubun
2018-02-24mjit.c: fix deadlock on marking MJIT's ISeqk0kubun
2018-02-22version.c: show +JIT when --jit is passedk0kubun
2018-02-20mjit.c: separate call from macronobu
2018-02-20mjit.c: fix compile errornobu
2018-02-20mjit.c: prefer $TMPDIR and $TMPnobu
2018-02-20mjit.c: dldflags on mingwnobu
2018-02-20mjit.c: fix memory leaknobu
2018-02-20common.mk: moved macros to mjit_config.hnobu
2018-02-19mjit.c: fix a typo [ci skip]nobu
2018-02-18mjit.c: pch file argumentnobu
2018-02-18mjit.c: place DLDFLAGS at lastnobu
2018-02-18mjit.c: no va_copynobu
2018-02-18Fixed the order of arguments for cl.exeusa
2018-02-16mjit.c: fix deadlock on class serial incrementk0kubun
2018-02-16non-constant aggregate initializer is a C99ismshyouhei
2018-02-14mjit.h: compare as pointernobu