summaryrefslogtreecommitdiffstats
path: root/debug_counter.h (follow)
Commit message (Expand)AuthorAgeLines
* optimize `Struct` getter/setterKoichi Sasada2021-11-19-0/+2
* Add a cache for class variableseileencodes2021-06-18-0/+6
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-11-6/+0
* Filling cache values on cvar writeeileencodes2021-05-11-1/+2
* Add a cache for class variableseileencodes2021-05-11-0/+5
* Fix some typos by spell checkerRyuta Kamizono2021-04-26-2/+2
* global call-cache cache table for rb_funcall*Koichi Sasada2021-01-29-0/+3
* enable constant cache on ractorsKoichi Sasada2021-01-05-0/+1
* add debug counters for gc start eventsKoichi Sasada2020-12-17-0/+6
* make RB_DEBUG_COUNTER_INC()_thread-safeKoichi Sasada2020-12-17-1/+9
* add vm_sync debug countersKoichi Sasada2020-12-16-0/+7
* add several debug countersKoichi Sasada2020-12-15-1/+6
* fix condition and add another debug counterKoichi Sasada2020-12-14-0/+1
* add ccs_not_found debug counterKoichi Sasada2020-12-14-1/+2
* add debug counters to survey the IMC missKoichi Sasada2020-12-14-0/+5
* add cc_invalidate_negative debug counterKoichi Sasada2020-12-14-0/+1
* Add debug counter for ivar inline cache misses that could hitAaron Patterson2020-11-09-0/+1
* remove unused debug counterAaron Patterson2020-11-09-1/+0
* Explicit conversion to boolean to suppress shorten-64-to-32 warningsNobuyoshi Nakada2020-07-10-3/+3
* Add a debug_counter for JIT cancel on leaveTakashi Kokubun2020-05-28-0/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-11-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-11-1/+1
* Make vm_call_cfunc_with_frame a fastpath (#3027)Takashi Kokubun2020-04-13-0/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08-1/+1
* Optimize exivar access on JIT-ed getivarTakashi Kokubun2020-03-30-0/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-03-16-4/+4
* Add debug counter for unload_unitsTakashi Kokubun2020-03-15-1/+4
* Introduce disposable call-cache.Koichi Sasada2020-02-22-38/+54
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-22-0/+7
* debug_counter.h must be self-contained卜部昌平2019-12-26-0/+4
* add debug_counter access functions.Koichi Sasada2019-12-25-2/+8
* add more debug counters to count numeric objects.Koichi Sasada2019-12-23-7/+11
* Fixed misspellingsNobuyoshi Nakada2019-12-22-1/+1
* describe mc_miss_reuse_call [ci skip]卜部昌平2019-12-18-0/+1
* add debug counter to count `call` reusing cases.Koichi Sasada2019-12-17-0/+1
* add debug counters for vm_search_method_slowpath()卜部昌平2019-10-03-0/+10
* introduce `obj_ary_extracapa`.Koichi Sasada2019-09-25-0/+1
* Fix rb_define_singleton_method warningTakashi Kokubun2019-09-20-2/+2
* Add a way to print debug counters without exitingAaron Patterson2019-08-07-0/+1
* add debug_counters to check details.Koichi Sasada2019-08-02-1/+6
* Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada2019-07-31-1/+5
* fix debug counter for Hash counts.Koichi Sasada2019-07-19-6/+6
* fix shared array terminology.Koichi Sasada2019-07-19-0/+9
* Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé2019-05-07-0/+6
* add new debug_counters about is_pointer_to_heap().Koichi Sasada2019-05-07-0/+5
* Invalidate JIT-ed code if ISeq is moved by GC.compactk0kubun2019-04-20-1/+1
* Fix missing debug counter namek0kubun2019-04-14-1/+1
* Add debug counter for MJIT stale_unitsk0kubun2019-04-14-0/+1
* Add RubyVM.reset_debug_counters when RB_DEBUG_COUNTERk0kubun2019-04-14-0/+2
* Add debug counter for VM <-> MJIT callsk0kubun2019-04-06-0/+6