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
2020-11-22
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-22
Make --disable-jit-support compile
Takashi Kokubun
2020-11-22
Combine mjit.h and internal/mjit.h
Takashi Kokubun
2020-06-24
Do not JIT inline builtin methods
Takashi Kokubun
2020-05-27
Carve out mjit_exec_slowpath
Takashi Kokubun
2020-05-26
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-30
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-30
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-15
Add debug counter for unload_units
Takashi Kokubun
2020-03-12
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-02-26
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-20
suppress clang warnings
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-01
Constified mjit_init
Nobuyoshi Nakada
2019-12-01
Allow specifying arbitrary MJIT flags by --jit-debug
Takashi Kokubun
2019-11-14
delete unused functions
卜部昌平
2019-05-15
Rename mjit_gc_finish_hook to mjit_gc_exit_hook
Takashi Kokubun
2019-04-20
Prefix rb_ to MJIT wait call since it's exported
k0kubun
2019-04-20
Update MJIT references
tenderlove
2019-04-16
Recompile without method inlining
k0kubun
2019-04-14
Unify comment styles across MJIT sources
k0kubun
2019-04-14
Recompile JIT-ed code without optimization
k0kubun
2019-04-06
Add debug counter for VM <-> MJIT calls
k0kubun
2019-03-29
Add debug counters for MJIT
k0kubun
2019-03-18
Resurrect r67287 and r67288
k0kubun
2019-03-18
Revert "Eliminate mjit_copy_job_t reference from mjit_worker"
k0kubun
2019-03-18
Eliminate mjit_copy_job_t reference from mjit_worker
k0kubun
2019-03-18
Revert "Request inline cache values from mjit_compile"
k0kubun
2019-03-17
Request inline cache values from mjit_compile
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-11-26
vm_trace.c: MJIT-limited thread-safety for postponed_job
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-26
process.c: finish MJIT prior to #exec
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-07
vm_core.h: fix inconsistent prototype declarations
k0kubun
2018-10-07
mjit.h: introduce MJIT_STATIC for full mswin JIT support
k0kubun
2018-10-07
mjit.h: call compiled code immediately
k0kubun
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
[next]