aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
...
* mjit_worker.c: promote mjit_copy_job from functionk0kubun2018-11-271-6/+6
* vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun2018-11-261-0/+14
* process.c: avoid dlclose before execk0kubun2018-11-261-6/+10
* Revert "process.c: try to workaroun SEGV by r65994"k0kubun2018-11-261-24/+13
* process.c: try to workaroun SEGV by r65994k0kubun2018-11-261-13/+24
* mjit.c: avoid running copy job handler after ISeq GCk0kubun2018-11-221-8/+8
* mjit.c: fix typos [ci skip]kazu2018-11-201-2/+2
* revert r65807k0kubun2018-11-191-11/+4
* process.c: do not run signal handler before forkk0kubun2018-11-191-4/+11
* mjit.c: fix deadlock introduced by r65785k0kubun2018-11-181-1/+1
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-13/+50
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-071-3/+14
* mjit.c: don't use mutex before checking availabilityk0kubun2018-11-061-7/+9
* mjit_worker.c: strictly control MJIT copy jobk0kubun2018-11-061-8/+13
* Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu2018-11-061-9/+3
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-061-3/+9
* Relax MJIT_BUILD_DIR restrictionnobu2018-11-051-6/+11
* More verbose message at unsafe headernobu2018-11-051-9/+12
* Check MJIT_BUILD_DIR strictlynobu2018-11-041-2/+25
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-311-38/+29
* Revert "revert r65471 and include Eric's patch as well"k0kubun2018-10-311-29/+38
* revert r65471 and include Eric's patch as wellk0kubun2018-10-311-38/+29
* Revert "mjit: get rid of rb_mjit_unit_node and use ccan/list"normal2018-10-311-29/+38
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-311-38/+29
* mjit.c (free_list): clear .lengthnormal2018-10-301-0/+1
* mjit.c: prevent from accessing expired jobk0kubun2018-10-231-1/+9
* mjit.c: copy call cache values to MJIT workerk0kubun2018-10-211-1/+6
* mjit.c: copy inline cache values to MJIT workerk0kubun2018-10-211-0/+13
* add disabling MJIT features option.ko12018-10-201-0/+7
* mjit.c: don't let MJIT.pause hang on full active unitsk0kubun2018-10-191-1/+1
* mjit.c: fix obsoleted comment [ci skip]k0kubun2018-10-071-2/+2
* mjit.h: call compiled code immediatelyk0kubun2018-10-071-7/+11
* mjit.c: reduce the number of variablesk0kubun2018-08-121-7/+5
* mjit.c: stop defining alias for a very limited usek0kubun2018-08-111-5/+2
* mjit.c: drop obsoleted duplicated declarationk0kubun2018-08-111-3/+1
* mjit_worker.c: handle calloc failurek0kubun2018-08-111-0/+5
* mjit_worker.c: share MJIT warning logick0kubun2018-08-111-2/+1
* mjit_worker.c: resurrect more static declarationsk0kubun2018-08-111-37/+23
* mjit.c: make some variables static againk0kubun2018-08-111-91/+45
* mjit.c: include mjit_worker.ck0kubun2018-08-111-29/+2
* mjit.c: exclude mjit_valid_class_serial_pk0kubun2018-08-111-20/+8
* mjit_worker.c: prefix mjit_ to pch_statusk0kubun2018-08-111-6/+6
* mjit_worker.c: carve out worker-related codek0kubun2018-08-111-1136/+82
* version.c: separate Init_ruby_descriptionnobu2018-08-101-9/+0
* mjit.c: ruby_version is no longer used since r63279nobu2018-08-101-1/+0
* process.c: don't wait JIT queue flush on rb_f_execk0kubun2018-08-091-14/+3
* process.c: fix outdated mjit_pause declarationk0kubun2018-08-091-1/+1
* mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun2018-08-091-1/+26
* mjit.c: remove old comment about WNOHANG and SIGCHLD [ci skip]normal2018-08-081-6/+1
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-3/+18