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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mjit.h
Age
Commit message (
Expand
)
Author
2018-09-13
Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"
k0kubun
2018-09-13
vm_insnhelper.h: simplify EXEC_EC_CFP implementation
k0kubun
2018-08-11
mjit.c: exclude mjit_valid_class_serial_p
k0kubun
2018-08-11
mjit_worker.c: carve out worker-related code
k0kubun
2018-08-09
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-07
mjit.c: initial support for mswin MJIT
k0kubun
2018-07-27
mjit.c: use NOT_COMPILED_JIT_ISEQ_FUNC for unloaded
k0kubun
2018-07-18
ruby.c: accept --disable-jit option
k0kubun
2018-07-03
mjit.h: avoid signed pointer comparisons (fix for 32-bit)
normal
2018-06-23
mjit.c: disable calling JIT-ed code
k0kubun
2018-06-23
mjit.c: unify the variable name with method name
k0kubun
2018-05-21
mjit.h: skip accessing mjit_opts if JIT-ed
k0kubun
2018-03-17
mjit.c: add timeout for --jit-wait
k0kubun
2018-02-14
mjit.h: compare as pointer
nobu
2018-02-12
no --jit-cc
nobu
2018-02-05
comma at the end of enum is a C99ism
shyouhei
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun