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
/
debug_counter.h
Age
Commit message (
Expand
)
Author
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-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-01-29
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-17
add debug counters for gc start events
Koichi Sasada
2020-12-17
make RB_DEBUG_COUNTER_INC()_thread-safe
Koichi Sasada
2020-12-16
add vm_sync debug counters
Koichi Sasada
2020-12-15
add several debug counters
Koichi Sasada
2020-12-14
fix condition and add another debug counter
Koichi Sasada
2020-12-14
add ccs_not_found debug counter
Koichi Sasada
2020-12-14
add debug counters to survey the IMC miss
Koichi Sasada
2020-12-14
add cc_invalidate_negative debug counter
Koichi Sasada
2020-11-09
Add debug counter for ivar inline cache misses that could hit
Aaron Patterson
2020-11-09
remove unused debug counter
Aaron Patterson
2020-07-10
Explicit conversion to boolean to suppress shorten-64-to-32 warnings
Nobuyoshi Nakada
2020-05-28
Add a debug_counter for JIT cancel on leave
Takashi Kokubun
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
Make vm_call_cfunc_with_frame a fastpath (#3027)
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-16
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-03-15
Add debug counter for unload_units
Takashi Kokubun
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2019-12-26
debug_counter.h must be self-contained
卜部昌平
2019-12-25
add debug_counter access functions.
Koichi Sasada
2019-12-23
add more debug counters to count numeric objects.
Koichi Sasada
2019-12-22
Fixed misspellings
Nobuyoshi Nakada
2019-12-18
describe mc_miss_reuse_call [ci skip]
卜部昌平
2019-12-17
add debug counter to count `call` reusing cases.
Koichi Sasada
2019-10-03
add debug counters for vm_search_method_slowpath()
卜部昌平
2019-09-25
introduce `obj_ary_extracapa`.
Koichi Sasada
2019-09-20
Fix rb_define_singleton_method warning
Takashi Kokubun
2019-08-07
Add a way to print debug counters without exiting
Aaron Patterson
2019-08-02
add debug_counters to check details.
Koichi Sasada
2019-07-31
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-19
fix debug counter for Hash counts.
Koichi Sasada
2019-07-19
fix shared array terminology.
Koichi Sasada
2019-05-07
Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...
Lourens Naudé
2019-05-07
add new debug_counters about is_pointer_to_heap().
Koichi Sasada
2019-04-20
Invalidate JIT-ed code if ISeq is moved by GC.compact
k0kubun
2019-04-14
Fix missing debug counter name
k0kubun
2019-04-14
Add debug counter for MJIT stale_units
k0kubun
2019-04-14
Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER
k0kubun
2019-04-06
Add debug counter for VM <-> MJIT calls
k0kubun
2019-03-29
Add mjit_compile_failures debug counter
k0kubun
[next]