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
/
vm_insnhelper.c
Age
Commit message (
Expand
)
Author
2021-11-23
merge revision(s) 84202963c52e02cecad3e6b2fad478bfbeee1bc7: [Backport #18329]
nagachika
2021-07-25
merge revision(s) 292230cbf926e9892596ea37fd4567f0c49ab73c:
nagachika
2021-04-29
merge revision(s) 87c546b5fa97e6e226cce4daf417617a1143f642,7a3322a0fd660d676f...
nagachika
2021-03-11
merge revision(s) abdc634f64a440afcdc7f23c9757d27aab4db8a9,083c5f08ec4e95c9b7...
NARUSE, Yui
2021-02-01
merge revision(s) 85b5d4c8bf4cdcba4f1af65f2bc0c8ac716cb795: [Backport #17509]
NARUSE, Yui
2021-01-13
enable constant cache on ractors
Koichi Sasada
2020-12-22
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-22
TracePoint.new(&block) should be ractor-local
Koichi Sasada
2020-12-21
Introduce Ractor::IsolationError
Koichi Sasada
2020-12-19
ALWAYS_INLINE implies inline
Nobuyoshi Nakada
2020-12-19
Fix vm_search_invokeblock
Takashi Kokubun
2020-12-19
discourage inlining for vm_sendish()
Takashi Kokubun
2020-12-17
encourage inlining for vm_sendish()
Koichi Sasada
2020-12-16
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
tuning vm_setivar_slowpath() more.
Koichi Sasada
2020-12-16
remove unused function
Koichi Sasada
2020-12-16
tuning ivar set
Koichi Sasada
2020-12-16
fix typo
Koichi Sasada
2020-12-15
add several debug counters
Koichi Sasada
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-12-14
fix condition and add another debug counter
Koichi Sasada
2020-12-14
add debug counters to survey the IMC miss
Koichi Sasada
2020-12-14
create ccs with 0 capa
Koichi Sasada
2020-12-12
fix ivar with shareable objects issue
Koichi Sasada
2020-12-10
Remove the uninitialized instance variable verbose mode warning
Jeremy Evans
2020-12-01
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
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-25
Prefer rb_module_new() over rb_define_module_id()
Alan Wu
2020-11-20
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-11-16
Set allocator on class creation
Alan Wu
2020-11-13
Improve error message when subclassing non-Class
Jeremy Evans
2020-11-09
Add debug counter for ivar inline cache misses that could hit
Aaron Patterson
2020-11-09
Avoid slow path ivar setting
Aaron Patterson
2020-11-09
Update vm_insnhelper.c
Aaron Patterson
2020-11-09
Remove iv table size check
Aaron Patterson
2020-11-09
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-10-30
Ractor.make_shareable(a_proc)
Koichi Sasada
2020-10-25
Fix bootstrap-test error in previous commit
Jeremy Evans
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-16
Abort on system stack overflow during GC
Alan Wu
2020-10-14
sync generic_ivtbl
Koichi Sasada
2020-10-01
Make minor improvements to super
eileencodes
2020-09-25
prohibi method call by defined_method in other racotrs
Koichi Sasada
2020-09-23
Improve the performance of super
eileencodes
2020-09-22
Revert "Prevent SystemStackError when calling super in module with activated ...
Jeremy Evans
2020-09-15
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
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-27
Fix Method#super_method for aliased methods
Jeremy Evans
[next]