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-06-23
Refactor class variable cache functions
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Filling cache values on cvar write
eileencodes
2021-05-11
Add a cache for class variables
eileencodes
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-04-23
Add back checks for empty kw splat with tests (#4405)
Alan Wu
2021-04-23
Remove part of comment that is no longer accurate
Jeremy Evans
2021-04-23
Remove unnecessary checks for empty kw splat
Alan Wu
2021-04-02
fix return from orphan Proc in lambda
Koichi Sasada
2021-03-17
return bool instead of VALUE
Aaron Patterson
2021-03-17
Refactor vm_defined to return a boolean
Aaron Patterson
2021-03-17
Stop calling `rb_iseq_defined_string` in vm_defined
Aaron Patterson
2021-03-10
Remove DEFINED_IVAR2 from enum
John Hawthorn
2021-02-13
opt_equality_by_mid for rb_equal_opt
Koichi Sasada
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-17
Suppress the warning for the invalid method_explorer case
Nobuyoshi Nakada
2021-01-13
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-07
simplify assertion
Koichi Sasada
2021-01-04
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-26
Fixed leaked global symbols
Nobuyoshi Nakada
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
[next]