summaryrefslogtreecommitdiff
path: root/debug_counter.h
AgeCommit message (Expand)Author
2021-01-05enable constant cache on ractorsKoichi Sasada
2020-12-17add debug counters for gc start eventsKoichi Sasada
2020-12-17make RB_DEBUG_COUNTER_INC()_thread-safeKoichi Sasada
2020-12-16add vm_sync debug countersKoichi Sasada
2020-12-15add several debug countersKoichi Sasada
2020-12-14fix condition and add another debug counterKoichi Sasada
2020-12-14add ccs_not_found debug counterKoichi Sasada
2020-12-14add debug counters to survey the IMC missKoichi Sasada
2020-12-14add cc_invalidate_negative debug counterKoichi Sasada
2020-11-09Add debug counter for ivar inline cache misses that could hitAaron Patterson
2020-11-09remove unused debug counterAaron Patterson
2020-07-10Explicit conversion to boolean to suppress shorten-64-to-32 warningsNobuyoshi Nakada
2020-05-28Add a debug_counter for JIT cancel on leaveTakashi Kokubun
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-13Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-30Optimize exivar access on JIT-ed getivarTakashi Kokubun
2020-03-16Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-03-15Add debug counter for unload_unitsTakashi Kokubun
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-02-22VALUE size packed callinfo (ci).Koichi Sasada
2019-12-26debug_counter.h must be self-contained卜部昌平
2019-12-25add debug_counter access functions.Koichi Sasada
2019-12-23add more debug counters to count numeric objects.Koichi Sasada
2019-12-22Fixed misspellingsNobuyoshi Nakada
2019-12-18describe mc_miss_reuse_call [ci skip]卜部昌平
2019-12-17add debug counter to count `call` reusing cases.Koichi Sasada
2019-10-03add debug counters for vm_search_method_slowpath()卜部昌平
2019-09-25introduce `obj_ary_extracapa`.Koichi Sasada
2019-09-20Fix rb_define_singleton_method warningTakashi Kokubun
2019-08-07Add a way to print debug counters without exitingAaron Patterson
2019-08-02add debug_counters to check details.Koichi Sasada
2019-07-31Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada
2019-07-19fix debug counter for Hash counts.Koichi Sasada
2019-07-19fix shared array terminology.Koichi Sasada
2019-05-07Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé
2019-05-07add new debug_counters about is_pointer_to_heap().Koichi Sasada
2019-04-20Invalidate JIT-ed code if ISeq is moved by GC.compactk0kubun
2019-04-14Fix missing debug counter namek0kubun
2019-04-14Add debug counter for MJIT stale_unitsk0kubun
2019-04-14Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTERk0kubun
2019-04-06Add debug counter for VM <-> MJIT callsk0kubun
2019-03-29Add mjit_compile_failures debug counterk0kubun
2019-03-29Add debug counters for MJIT cancelk0kubun
2019-03-29Add debug counter for rb_mjit_unit_listk0kubun
2019-03-29Fix a typo [ci skip]kazu
2019-03-29Add debug counters for MJITk0kubun
2019-03-29Elaborate more on some debug counters [ci skip]k0kubun
2019-03-22add debug counters to count call cache fastpath.ko1