aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-08-09 09:47:42 -0400
committerGitHub <noreply@github.com>2023-08-09 09:47:42 -0400
commit5eef3ce21f09401814b9c4a1932e75f2fc962248 (patch)
treed12f501292657b8019bdfb01a1046e0bb483cd0f /yjit/src/stats.rs
parent86f4415fb8e1da61eb9e844c68e41e30393eeac7 (diff)
downloadruby-5eef3ce21f09401814b9c4a1932e75f2fc962248.tar.gz
YJIT: Correct name of a counter (#8186)
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index c9cf95daca..0cd4ff2f44 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -268,7 +268,7 @@ make_counters! {
send_send_getter,
send_send_builtin,
send_iseq_has_rest_and_captured,
- send_iseq_has_rest_and_send,
+ send_iseq_has_rest_and_splat,
send_iseq_has_rest_and_kw_supplied,
send_iseq_has_rest_opt_and_block,
send_bmethod_ractor,