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
Age
Commit message (
Expand
)
Author
2021-01-11
Avoid re-entering opt_invokebuiltin_delegate_leave
Takashi Kokubun
2021-01-04
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-04
Avoid using inconsistent coding style
Takashi Kokubun
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-22
Skip checking ROBJECT_EMBED
Takashi Kokubun
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-19
Check mjit_call_p only when interrupted
Takashi Kokubun
2020-12-19
Prefer RB_OBJ_FROZEN_RAW
Takashi Kokubun
2020-12-16
Lazily move PC with RUBY_VM_CHECK_INTS
Takashi Kokubun
2020-12-16
Ignore catch_except_p for PC motion
Takashi Kokubun
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-14
Simplify positioning of '{' and '}'
Takashi Kokubun
2020-12-15
fix inline method cache sync bug
Koichi Sasada
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
Clarify the intention of `false &&`
Takashi Kokubun
2020-10-29
An ellipsis (...) can only be placed at the beginning
Nobuyoshi Nakada
2020-10-26
Escape '/*' within block comment too
Nobuyoshi Nakada
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-14
sync generic_ivtbl
Koichi Sasada
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-01
Remove the pc argument of vm_trace()
Alan Wu
2020-08-11
tool/prelude.c.tmpl: use RubyVM::CEscape
卜部昌平
2020-08-11
RubyVM::CEscape#rstring2cstr: do not escape '
卜部昌平
2020-07-16
skip inlining cexpr! that are not attr! inline
卜部昌平
2020-07-14
_mjit_compile_invokebuiltin: sp_inc can be negative
卜部昌平
2020-07-13
mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable
卜部昌平
2020-07-13
builtin.h: avoid copy&paste
卜部昌平
2020-07-13
inline Primitive.cexpr!
卜部昌平
2020-07-13
precalc invokebuiltin destinations
卜部昌平
2020-07-10
Make sure vm_call_cfunc uses inlined cc
Takashi Kokubun
2020-07-04
Check ROBJECT_EMBED on guards-merged ivar access
Takashi Kokubun
2020-07-03
Merge ivar guards on JIT (#3284)
Takashi Kokubun
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
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-21
Verify builtin inline annotation with VM_CHECK_MODE (#3244)
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-17
Reduce code size for rb_class_of
Takashi Kokubun
2020-05-06
Always correct sp on leave cancel
Takashi Kokubun
2020-04-30
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-18
Make sure newarraykwsplat accesses a correct index
Takashi Kokubun
2020-04-13
Make vm_call_cfunc_with_frame a fastpath (#3027)
Takashi Kokubun
2020-04-13
Unwrap vm_call_cfunc indirection on JIT
Takashi Kokubun
2020-04-06
Remove unused variable stack_size
Takashi Kokubun
[next]