aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorJimmy Miller <jimmy.miller@shopify.com>2023-03-24 17:01:59 -0400
committerGitHub <noreply@github.com>2023-03-24 17:01:59 -0400
commit59c3fac6c4d803019095eebb92b0d2862450ded6 (patch)
tree7794eceaec55d9212ef938cfba1f6f492562f938 /yjit/src/stats.rs
parent27b1a2992f7bebd9db0b0779cc7fe9b9faf5dca4 (diff)
downloadruby-59c3fac6c4d803019095eebb92b0d2862450ded6.tar.gz
YJIT: Rest and block_arg support (#7584)
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index 5f8f841ffc..b096e28e07 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -253,11 +253,10 @@ make_counters! {
send_send_getter,
send_send_builtin,
send_iseq_has_rest_and_captured,
- send_iseq_has_rest_and_splat_fewer,
send_iseq_has_rest_and_send,
- send_iseq_has_rest_and_block,
send_iseq_has_rest_and_kw,
send_iseq_has_rest_and_optional,
+ send_iseq_has_rest_and_splat_not_equal,
send_is_a_class_mismatch,
send_instance_of_class_mismatch,