ruby-changes:59322
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Wed, 18 Dec 2019 14:15:12 +0900 (JST)
Subject: [ruby-changes:59322] dcb603bbdb (master): describe mc_miss_reuse_call [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=dcb603bbdb From dcb603bbdbe3a8ea6f6d07198c8711cf9a44a4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Wed, 18 Dec 2019 12:57:46 +0900 Subject: describe mc_miss_reuse_call [ci skip] diff --git a/debug_counter.h b/debug_counter.h index ea045a8..a549120 100644 --- a/debug_counter.h +++ b/debug_counter.h @@ -31,6 +31,7 @@ https://github.com/ruby/ruby/blob/trunk/debug_counter.h#L31 * * mc_miss_by_refine: ... by ment being refined. * * mc_miss_by_visi: ... by visibility change. * * mc_miss_spurious: spurious inline mc misshit. + * * mc_miss_reuse_call: count of resue of cc->call. */ RB_DEBUG_COUNTER(mc_inline_hit) RB_DEBUG_COUNTER(mc_inline_miss) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/