index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit.c
Age
Commit message (
Expand
)
Author
2018-12-09
Removed never-happening case
nobu
2018-12-08
Duplicate header name only if found
nobu
2018-12-08
Fix compile error at r66280
nobu
2018-12-08
Give the MJIT header path name
nobu
2018-12-07
Fix memory leak when failed to build pch path
nobu
2018-12-04
mjit.c: remove init_list
normal
2018-12-04
unconstify cast to get rid of VC++ warnings
usa
2018-12-03
mjit.c: eliminate -save-temps flag
k0kubun
2018-12-03
mjit_worker.c: undefine CC_PATH
k0kubun
2018-11-30
vm_trace.c: workqueue as thread-safe version of postponed_job
normal
2018-11-27
mjit_worker.c: promote mjit_copy_job from function
k0kubun
2018-11-26
vm_trace.c: MJIT-limited thread-safety for postponed_job
k0kubun
2018-11-26
process.c: avoid dlclose before exec
k0kubun
2018-11-26
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-22
mjit.c: avoid running copy job handler after ISeq GC
k0kubun
2018-11-20
mjit.c: fix typos [ci skip]
kazu
2018-11-19
revert r65807
k0kubun
2018-11-19
process.c: do not run signal handler before fork
k0kubun
2018-11-18
mjit.c: fix deadlock introduced by r65785
k0kubun
2018-11-18
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-11-07
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-06
mjit.c: don't use mutex before checking availability
k0kubun
2018-11-06
mjit_worker.c: strictly control MJIT copy job
k0kubun
2018-11-06
Revert "mjit_build_dir: separate MJIT_BUILD_DIR"
nobu
2018-11-06
mjit_build_dir: separate MJIT_BUILD_DIR
nobu
2018-11-05
Relax MJIT_BUILD_DIR restriction
nobu
2018-11-05
More verbose message at unsafe header
nobu
2018-11-04
Check MJIT_BUILD_DIR strictly
nobu
2018-10-31
mjit: get rid of rb_mjit_unit_node and use ccan/list
normal
2018-10-31
Revert "revert r65471 and include Eric's patch as well"
k0kubun
2018-10-31
revert r65471 and include Eric's patch as well
k0kubun
2018-10-31
Revert "mjit: get rid of rb_mjit_unit_node and use ccan/list"
normal
2018-10-31
mjit: get rid of rb_mjit_unit_node and use ccan/list
normal
2018-10-30
mjit.c (free_list): clear .length
normal
2018-10-23
mjit.c: prevent from accessing expired job
k0kubun
2018-10-21
mjit.c: copy call cache values to MJIT worker
k0kubun
2018-10-21
mjit.c: copy inline cache values to MJIT worker
k0kubun
2018-10-20
add disabling MJIT features option.
ko1
2018-10-19
mjit.c: don't let MJIT.pause hang on full active units
k0kubun
2018-10-07
mjit.c: fix obsoleted comment [ci skip]
k0kubun
2018-10-07
mjit.h: call compiled code immediately
k0kubun
2018-08-12
mjit.c: reduce the number of variables
k0kubun
2018-08-11
mjit.c: stop defining alias for a very limited use
k0kubun
2018-08-11
mjit.c: drop obsoleted duplicated declaration
k0kubun
2018-08-11
mjit_worker.c: handle calloc failure
k0kubun
2018-08-11
mjit_worker.c: share MJIT warning logic
k0kubun
2018-08-11
mjit_worker.c: resurrect more static declarations
k0kubun
2018-08-11
mjit.c: make some variables static again
k0kubun
2018-08-11
mjit.c: include mjit_worker.c
k0kubun
[next]