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-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
2018-08-11
mjit.c: exclude mjit_valid_class_serial_p
k0kubun
2018-08-11
mjit_worker.c: prefix mjit_ to pch_status
k0kubun
2018-08-11
mjit_worker.c: carve out worker-related code
k0kubun
2018-08-10
version.c: separate Init_ruby_description
nobu
2018-08-10
mjit.c: ruby_version is no longer used since r63279
nobu
2018-08-09
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
2018-08-09
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-09
mjit.c: add :wait option to RubyVM::MJIT.pause
k0kubun
2018-08-08
mjit.c: remove old comment about WNOHANG and SIGCHLD [ci skip]
normal
2018-08-07
mjit.c: initial support for mswin MJIT
k0kubun
2018-08-05
mjit.c: use -Tc flag explicitly
k0kubun
2018-08-05
mjit.c: link precompiled object
k0kubun
2018-08-05
mjit.c: reorder functions to reduce #ifdef branches
k0kubun
2018-08-05
mjit.c: include prebuilt precompiled header
k0kubun
2018-08-05
mjit.c: initialize prebuilt precompiled header
k0kubun
2018-08-02
mjit.c: skip compaction on MinGW
k0kubun
2018-08-02
mjit.c: don't apply workaround if --enable-load-relative
k0kubun
2018-08-02
mjit.c: suppress warnings by -Wunused-value
k0kubun
2018-08-01
move atomic logic from mjit.c from ruby_atomic.h
shyouhei
2018-07-31
mjit.c: allow using MJIT header in build directory
k0kubun
2018-07-30
move #pragma out of functions
shyouhei
2018-07-30
reduce copy & paste
shyouhei
2018-07-30
non-constant aggregate initializer is a C99ism
shyouhei
2018-07-29
mjit.c: keep unit->o_file on --jit-save-temps
k0kubun
2018-07-29
mjit.c: disable compaction on empty queue w/ --jit-wait
k0kubun
2018-07-28
mjit.c: introduce JIT compaction [experimental]
k0kubun
2018-07-27
mjit.c: clean up unit link from iseq
k0kubun
2018-07-27
mjit.c: keep all .o files
k0kubun
2018-07-27
mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloaded
k0kubun
2018-07-27
mjit.c: release memory for unloaded unit
k0kubun
2018-07-27
mjit.c: clarify the intention of setting 0
k0kubun
2018-07-26
mjit.c: o -> so is not compilation
k0kubun
2018-07-26
fork() is deprecated on Solaris
nobu
2018-07-25
mjit.c: split build stages for unix
k0kubun
[next]