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
/
tool
/
ruby_vm
/
views
/
mjit_compile.inc.erb
Age
Commit message (
Expand
)
Author
2022-09-04
Ruby MJIT (#6028)
Takashi Kokubun
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-21
Rename mjit_compile.c to mjit_compiler.c
Takashi Kokubun
2021-01-11
Avoid re-entering opt_invokebuiltin_delegate_leave
Takashi Kokubun
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-14
Simplify positioning of '{' and '}'
Takashi Kokubun
2020-11-27
Cache access to reg_cfp->self on JIT
Takashi Kokubun
2020-07-13
builtin.h: avoid copy&paste
卜部昌平
2020-07-13
precalc invokebuiltin destinations
卜部昌平
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-06-17
Remove obsoleted opt_call_c_function insn (#3232)
Takashi Kokubun
2020-05-28
Add a debug_counter for JIT cancel on leave
Takashi Kokubun
2020-05-06
Always correct sp on leave cancel
Takashi Kokubun
2020-03-31
Make JIT-ed leave insn leaf
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
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-07-14
MJIT Support for getblockparamproxy
Takashi Kokubun
2019-04-16
Introduce frame-omitted method inlining
k0kubun
2019-04-14
Do not require Ruby 2.4 for baseruby
k0kubun
2019-04-14
Detect send-compatible opt insns automatically
k0kubun
2019-04-14
Allow falling back to non-inlined opt_send_without_block
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-12-27
delete emacs mode lines [ci skip]
shyouhei
2018-10-14
_mjit_compile_ivar.erb: optimize setivar as well
k0kubun
2018-10-14
_mjit_compile_getivar.erb: optimize IC-hit getivar
k0kubun
2018-07-19
mjit_compile.c: reduce sp motion on JIT
k0kubun
2018-07-17
revert r63988
k0kubun
2018-07-17
mjit_compile.c: resurrect local variable stack
k0kubun
2018-07-05
revert r62655 for r63763
k0kubun
2018-06-25
mjit_compile.inc.erb: drop unnecessary variable
k0kubun
2018-05-03
mjit_compile.c: verify stack size agreement
k0kubun
2018-05-03
mjit_compile.inc.erb: verify stack consistency
k0kubun
2018-03-04
mjit_compile.c: use local variables for stack
k0kubun
2018-03-03
vm.c: add mjit_enable_p flag
k0kubun
2018-02-13
mjit_compile.inc.erb: replace opt_key insn
k0kubun
2018-02-12
mjit.c: print JIT failure
k0kubun
2018-02-06
mjit_compile.c: fix inconsistent indentation
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun