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
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
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
2019-03-29
Add debug counters for MJIT cancel
k0kubun
2019-03-29
Add debug counter for rb_mjit_unit_list
k0kubun
2019-03-29
Fix a typo [ci skip]
kazu
2019-03-29
Add debug counters for MJIT
k0kubun
2019-03-29
Elaborate more on some debug counters [ci skip]
k0kubun
2019-03-22
add debug counters to count call cache fastpath.
ko1
2018-12-14
rename li_table->ar_table (and related names).
ko1
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
support theap for T_STRUCT.
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
support theap for T_OBJECT.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-25
add new counter about GC.
ko1
2018-10-24
add new debug_counters for GC.
ko1
2018-09-28
add debug counters more.
ko1
2018-09-28
add debug counters more.
ko1
2018-09-26
add some debug counters.
ko1
2018-09-25
refactoring debug_counter.
ko1
2018-02-09
debug_counter.h: include __FILE__ to recurse
nobu
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-31
add debug counters for local variable (lavr) access.
ko1
2017-05-24
Add debug counters.
ko1
2017-03-15
add several counters to analyze ivar inline caches.
ko1
2017-03-10
debug_counter.c: debug_counter_names [ci skip]
nobu
2017-02-21
add performance counting mechanism for MRI debug/tuning purpose.
ko1