index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug_counter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+6
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-6
/
+0
*
Filling cache values on cvar write
eileencodes
2021-05-11
1
-1
/
+2
*
Add a cache for class variables
eileencodes
2021-05-11
1
-0
/
+5
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-2
/
+2
*
global call-cache cache table for rb_funcall*
Koichi Sasada
2021-01-29
1
-0
/
+3
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-0
/
+1
*
add debug counters for gc start events
Koichi Sasada
2020-12-17
1
-0
/
+6
*
make RB_DEBUG_COUNTER_INC()_thread-safe
Koichi Sasada
2020-12-17
1
-1
/
+9
*
add vm_sync debug counters
Koichi Sasada
2020-12-16
1
-0
/
+7
*
add several debug counters
Koichi Sasada
2020-12-15
1
-1
/
+6
*
fix condition and add another debug counter
Koichi Sasada
2020-12-14
1
-0
/
+1
*
add ccs_not_found debug counter
Koichi Sasada
2020-12-14
1
-1
/
+2
*
add debug counters to survey the IMC miss
Koichi Sasada
2020-12-14
1
-0
/
+5
*
add cc_invalidate_negative debug counter
Koichi Sasada
2020-12-14
1
-0
/
+1
*
Add debug counter for ivar inline cache misses that could hit
Aaron Patterson
2020-11-09
1
-0
/
+1
*
remove unused debug counter
Aaron Patterson
2020-11-09
1
-1
/
+0
*
Explicit conversion to boolean to suppress shorten-64-to-32 warnings
Nobuyoshi Nakada
2020-07-10
1
-3
/
+3
*
Add a debug_counter for JIT cancel on leave
Takashi Kokubun
2020-05-28
1
-0
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Make vm_call_cfunc_with_frame a fastpath (#3027)
Takashi Kokubun
2020-04-13
1
-0
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-30
1
-0
/
+1
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-03-16
1
-4
/
+4
*
Add debug counter for unload_units
Takashi Kokubun
2020-03-15
1
-1
/
+4
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-38
/
+54
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-0
/
+7
*
debug_counter.h must be self-contained
卜部昌平
2019-12-26
1
-0
/
+4
*
add debug_counter access functions.
Koichi Sasada
2019-12-25
1
-2
/
+8
*
add more debug counters to count numeric objects.
Koichi Sasada
2019-12-23
1
-7
/
+11
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-22
1
-1
/
+1
*
describe mc_miss_reuse_call [ci skip]
卜部昌平
2019-12-18
1
-0
/
+1
*
add debug counter to count `call` reusing cases.
Koichi Sasada
2019-12-17
1
-0
/
+1
*
add debug counters for vm_search_method_slowpath()
卜部昌平
2019-10-03
1
-0
/
+10
*
introduce `obj_ary_extracapa`.
Koichi Sasada
2019-09-25
1
-0
/
+1
*
Fix rb_define_singleton_method warning
Takashi Kokubun
2019-09-20
1
-2
/
+2
*
Add a way to print debug counters without exiting
Aaron Patterson
2019-08-07
1
-0
/
+1
*
add debug_counters to check details.
Koichi Sasada
2019-08-02
1
-1
/
+6
*
Use 1 byte hint for ar_table [Feature #15602]
Koichi Sasada
2019-07-31
1
-1
/
+5
*
fix debug counter for Hash counts.
Koichi Sasada
2019-07-19
1
-6
/
+6
*
fix shared array terminology.
Koichi Sasada
2019-07-19
1
-0
/
+9
*
Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...
Lourens Naudé
2019-05-07
1
-0
/
+6
*
add new debug_counters about is_pointer_to_heap().
Koichi Sasada
2019-05-07
1
-0
/
+5
*
Invalidate JIT-ed code if ISeq is moved by GC.compact
k0kubun
2019-04-20
1
-1
/
+1
*
Fix missing debug counter name
k0kubun
2019-04-14
1
-1
/
+1
*
Add debug counter for MJIT stale_units
k0kubun
2019-04-14
1
-0
/
+1
*
Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTER
k0kubun
2019-04-14
1
-0
/
+2
*
Add debug counter for VM <-> MJIT calls
k0kubun
2019-04-06
1
-0
/
+6
*
Add mjit_compile_failures debug counter
k0kubun
2019-03-29
1
-0
/
+3
[next]