summaryrefslogtreecommitdiff
path: root/mjit_worker.c
AgeCommit message (Expand)Author
2019-03-29mjit_worker.c: explicitly ignore the unused result of RB_DEBUG_COUNTER_INC_IFmame
2019-03-29Add mjit_compile_failures debug counterk0kubun
2019-03-29Prevent mjit length counters from being 0k0kubun
2019-03-18Use alloca again instead of malloc and freek0kubun
2019-03-18Resurrect r67287 and r67288k0kubun
2019-03-18Revert "Eliminate mjit_copy_job_t reference from mjit_worker"k0kubun
2019-03-18Eliminate mjit_copy_job_t reference from mjit_workerk0kubun
2019-03-18Revert "Request inline cache values from mjit_compile"k0kubun
2019-03-17Request inline cache values from mjit_compilek0kubun
2019-03-17Eliminate mjit_copy_job_t reference from mjit_workerk0kubun
2019-03-17Drop rb_mjit_unit from mjit_copy_jobk0kubun
2019-03-17Fix a typo [ci skip]kazu
2019-01-19Revert "mjit_worker.c: try to simplify CC_DLDFLAGS_ARGS"k0kubun
2019-01-19mjit_worker.c: try to simplify CC_DLDFLAGS_ARGSk0kubun
2019-01-19mjit_worker.c: do not use GCC_NOSTDLIB_FLAGS for OpenBSDk0kubun
2019-01-15Revert "mjit_worker.c: try passing -nostdlib to AIX"k0kubun
2019-01-14mjit_worker.c: pass -nostdlib when making pch as wellk0kubun
2019-01-14mjit_worker.c: try passing -nostdlib to AIXk0kubun
2019-01-14mjit_worker.c: pass -lgcc to GCC platformsk0kubun
2019-01-14mjit_worker.c: untangle CC_LIBS nestingk0kubun
2019-01-12trivial fix r66778 [ci skip]kazu
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
2019-01-09Fix styles [ci skip]nobu
2018-12-04Enable MJIT on AIXodaira
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-26Support targetting TracePoint [Feature #15289]ko1
2018-11-26mjit_worker.c: disable running copy jobk0kubun
2018-11-22mjit.c: avoid running copy job handler after ISeq GCk0kubun
2018-11-20mjit_worker.c: avoid GC when modifying ISeqk0kubun
2018-11-18mjit_worker.c: support MJIT in forked Ruby processk0kubun
2018-11-18mjit_worker.c: fix typo [ci skip]k0kubun
2018-11-07mjit_worker.c: stop expanding already-absolute MJIT_CCk0kubun
2018-11-06mjit_worker.c: don't use _one for nowk0kubun
2018-11-06mjit_worker.c: strictly control MJIT copy jobk0kubun
2018-11-02mjit_worker.c: do no access pointer after freek0kubun
2018-11-01mjit_worker.c: emphasize free_list of compact_units [ci skip]k0kubun
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-30support theap for T_HASH. [Feature #14989]ko1
2018-10-23mjit_worker.c: don't ask MJIT copy job to main threadk0kubun
2018-10-23mjit.c: prevent from accessing expired jobk0kubun
2018-10-22mjit_worker.c: return more appropriate resultk0kubun