summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2018-12-09Removed never-happening casenobu
2018-12-08Duplicate header name only if foundnobu
2018-12-08Fix compile error at r66280nobu
2018-12-08Give the MJIT header path namenobu
2018-12-07Fix memory leak when failed to build pch pathnobu
2018-12-04mjit.c: remove init_listnormal
2018-12-04unconstify cast to get rid of VC++ warningsusa
2018-12-03mjit.c: eliminate -save-temps flagk0kubun
2018-12-03mjit_worker.c: undefine CC_PATHk0kubun
2018-11-30vm_trace.c: workqueue as thread-safe version of postponed_jobnormal
2018-11-27mjit_worker.c: promote mjit_copy_job from functionk0kubun
2018-11-26vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun
2018-11-26process.c: avoid dlclose before execk0kubun
2018-11-26Revert "process.c: try to workaroun SEGV by r65994"k0kubun
2018-11-26process.c: try to workaroun SEGV by r65994k0kubun
2018-11-22mjit.c: avoid running copy job handler after ISeq GCk0kubun
2018-11-20mjit.c: fix typos [ci skip]kazu
2018-11-19revert r65807k0kubun
2018-11-19process.c: do not run signal handler before forkk0kubun
2018-11-18mjit.c: fix deadlock introduced by r65785k0kubun
2018-11-18mjit_worker.c: support MJIT in forked Ruby processk0kubun
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