aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorJimmy Miller <jimmy.miller@shopify.com>2023-03-29 12:31:41 -0400
committerGitHub <noreply@github.com>2023-03-29 12:31:41 -0400
commita8c6ba23a6a95272edd6179737d4f98d7b2cdf6e (patch)
tree15d2e4559aaa4baee24305563dba06bc13efb2c5 /yjit/src/stats.rs
parentb168141c7888a5237249b13d630f2a56a66f53f9 (diff)
downloadruby-a8c6ba23a6a95272edd6179737d4f98d7b2cdf6e.tar.gz
YJIT: Rest and keyword (non-supplying) (#7608)
* YJIT: Rest and keyword (non-supplying) * Update yjit/src/codegen.rs --------- Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com>
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 b096e28e07..6e3ea75775 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -254,7 +254,7 @@ make_counters! {
send_send_builtin,
send_iseq_has_rest_and_captured,
send_iseq_has_rest_and_send,
- send_iseq_has_rest_and_kw,
+ send_iseq_has_rest_and_kw_supplying,
send_iseq_has_rest_and_optional,
send_iseq_has_rest_and_splat_not_equal,
send_is_a_class_mismatch,