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_compile.c
Age
Commit message (
Expand
)
Author
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-11-27
Cache access to reg_cfp->self on JIT
Takashi Kokubun
2020-11-26
Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"
Takashi Kokubun
2020-11-26
Set VM_FRAME_FLAG_FINISH at once on MJIT
Takashi Kokubun
2020-11-22
ruby/internal/config.h needs to be included first
Takashi Kokubun
2020-11-20
Eliminate IVC sync between JIT and Ruby threads (#3799)
Takashi Kokubun
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-09-08
Use size_t for MJIT's max_ivar_index
Takashi Kokubun
2020-07-03
Merge ivar guards on JIT (#3284)
Takashi Kokubun
2020-06-25
Show what's inlined first in "JIT inline" log
Takashi Kokubun
2020-06-25
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-23
Avoid generating opt_send with cfunc cc with JIT
Takashi Kokubun
2020-06-22
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-20
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-05-26
Eliminate a call instruction on JIT cancel path
Takashi Kokubun
2020-05-17
Simplify maybe_special_const_class_p
Takashi Kokubun
2020-05-17
Reduce code size for rb_class_of
Takashi Kokubun
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-06
Remove OPT_CHECKED_RUN code
Takashi Kokubun
2020-05-06
Enable OPT_CHECKED_RUN on MJIT for debugging
Takashi Kokubun
2020-05-01
Fix MJIT compiler warnings in clang
Takashi Kokubun
2020-05-01
Fix a wrong argument of vm_exec on JIT cancel
Takashi Kokubun
2020-05-01
Make sure unit->id is inherited
Takashi Kokubun
2020-04-30
Include unit id in a function name of an inlined method
Takashi Kokubun
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-12
Avoid referring to an old value of realloc
Takashi Kokubun
2020-03-10
Capture inlined iseq's cc entries in root iseq's
Takashi Kokubun
2020-02-26
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-21
Add a proper cast to pass JIT tests on mswin.
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-11-07
extend rb_call_cache
卜部昌平
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-07-03
Just disable inlining with local varaible for now
Takashi Kokubun
2019-04-21
Revert "Try dropping const qualifier to suppress msiwn warning"
k0kubun
2019-04-21
Get rid of warinings of VC
usa
2019-04-21
Try dropping const qualifier to suppress msiwn warning
k0kubun
2019-04-16
Recompile without method inlining
k0kubun
2019-04-16
Introduce frame-omitted method inlining
k0kubun
2019-04-16
Implement single-level basic method inlining in JIT
k0kubun
2019-04-15
Carve out mjit_compile_body
k0kubun
2019-04-14
Share optimization cancel handlers
k0kubun
2019-04-14
Unify comment styles across MJIT sources
k0kubun
2019-04-14
Recompile JIT-ed code without optimization
k0kubun
2019-03-29
Add debug counters for MJIT cancel
k0kubun
[next]