From 6acfc50bccf0c201f77c274281ac33920a0a6923 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 9 Aug 2023 06:54:24 -0700 Subject: YJIT: Count all opt_getconstant_path exit reasons (#8187) --- yjit/src/stats.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yjit/src/stats.rs') diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs index 0cd4ff2f44..620a038e32 100644 --- a/yjit/src/stats.rs +++ b/yjit/src/stats.rs @@ -353,7 +353,9 @@ make_counters! { opt_case_dispatch_megamorphic, - opt_getinlinecache_miss, + opt_getconstant_path_ic_miss, + opt_getconstant_path_no_ic_entry, + opt_getconstant_path_multi_ractor, expandarray_splat, expandarray_postarg, -- cgit v1.2.3