summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorJimmy Miller <jimmy.miller@shopify.com>2023-04-13 19:21:02 -0400
committerGitHub <noreply@github.com>2023-04-13 16:21:02 -0700
commit08413f982cc35cbc7692616dd11ae9bf33de42df (patch)
tree7e56e65e81375e0037636486ed6cbe7243188278 /yjit/src/stats.rs
parentf7d41b9d7bd9de48293909c904e95ebc353fc200 (diff)
downloadruby-08413f982cc35cbc7692616dd11ae9bf33de42df.tar.gz
YJIT: Add support for rest with option and splat args (#7698)
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 d78baa3fad..51ea050c23 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -277,7 +277,7 @@ make_counters! {
send_iseq_has_rest_and_captured,
send_iseq_has_rest_and_send,
send_iseq_has_rest_and_kw_supplied,
- send_iseq_has_rest_and_optional,
+ send_iseq_has_rest_opt_and_block,
send_iseq_has_rest_and_splat_not_equal,
send_is_a_class_mismatch,
send_instance_of_class_mismatch,