summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2018-11-07mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-11-06mjit.c: don't use mutex before checking availabilityk0kubun
2018-11-06mjit_worker.c: strictly control MJIT copy jobk0kubun
2018-11-06Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu
2018-11-06mjit_build_dir: separate MJIT_BUILD_DIRnobu
2018-11-05Relax MJIT_BUILD_DIR restrictionnobu
2018-11-05More verbose message at unsafe headernobu
2018-11-04Check MJIT_BUILD_DIR strictlynobu
2018-10-31mjit: get rid of rb_mjit_unit_node and use ccan/listnormal
2018-10-31Revert "revert r65471 and include Eric's patch as well"k0kubun
2018-10-31revert r65471 and include Eric's patch as wellk0kubun
2018-10-31Revert "mjit: get rid of rb_mjit_unit_node and use ccan/list"normal
2018-10-31mjit: get rid of rb_mjit_unit_node and use ccan/listnormal
2018-10-30mjit.c (free_list): clear .lengthnormal
2018-10-23mjit.c: prevent from accessing expired jobk0kubun
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-19mjit.c: don't let MJIT.pause hang on full active unitsk0kubun
2018-10-07mjit.c: fix obsoleted comment [ci skip]k0kubun
2018-10-07mjit.h: call compiled code immediatelyk0kubun
2018-08-12mjit.c: reduce the number of variablesk0kubun
2018-08-11mjit.c: stop defining alias for a very limited usek0kubun
2018-08-11mjit.c: drop obsoleted duplicated declarationk0kubun
2018-08-11mjit_worker.c: handle calloc failurek0kubun
2018-08-11mjit_worker.c: share MJIT warning logick0kubun
2018-08-11mjit_worker.c: resurrect more static declarationsk0kubun
2018-08-11mjit.c: make some variables static againk0kubun
2018-08-11mjit.c: include mjit_worker.ck0kubun
2018-08-11mjit.c: exclude mjit_valid_class_serial_pk0kubun
2018-08-11mjit_worker.c: prefix mjit_ to pch_statusk0kubun
2018-08-11mjit_worker.c: carve out worker-related codek0kubun
2018-08-10version.c: separate Init_ruby_descriptionnobu
2018-08-10mjit.c: ruby_version is no longer used since r63279nobu
2018-08-09process.c: don't wait JIT queue flush on rb_f_execk0kubun
2018-08-09process.c: fix outdated mjit_pause declarationk0kubun
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun
2018-08-08mjit.c: remove old comment about WNOHANG and SIGCHLD [ci skip]normal
2018-08-07mjit.c: initial support for mswin MJITk0kubun
2018-08-05mjit.c: use -Tc flag explicitlyk0kubun
2018-08-05mjit.c: link precompiled objectk0kubun
2018-08-05mjit.c: reorder functions to reduce #ifdef branchesk0kubun
2018-08-05mjit.c: include prebuilt precompiled headerk0kubun
2018-08-05mjit.c: initialize prebuilt precompiled headerk0kubun
2018-08-02mjit.c: skip compaction on MinGWk0kubun
2018-08-02mjit.c: don't apply workaround if --enable-load-relativek0kubun
2018-08-02mjit.c: suppress warnings by -Wunused-valuek0kubun
2018-08-01move atomic logic from mjit.c from ruby_atomic.hshyouhei
2018-07-31mjit.c: allow using MJIT header in build directoryk0kubun
2018-07-30move #pragma out of functionsshyouhei