summaryrefslogtreecommitdiff
path: root/mjit.c
AgeCommit message (Expand)Author
2019-04-14Do not execute MJIT copy job when ISeq is GC-edk0kubun
2019-04-14Prefer uintptr_t over ptrdiff_t for i686k0kubun
2019-04-14Revert "Try to set false explicitly"k0kubun
2019-04-14Try to set false explicitlyk0kubun
2019-04-14Unify comment styles across MJIT sourcesk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-03-29Prevent mjit length counters from being 0k0kubun
2019-03-29Add debug counter for rb_mjit_unit_listk0kubun
2019-03-17Drop rb_mjit_unit from mjit_copy_jobk0kubun
2019-03-17Fix typos [ci skip]kazu
2019-03-17Change defaults of --jit optionsk0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2019-01-10Revert "mjit.c: use boolean type for boolean variables"k0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
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