aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-07-26 12:59:59 -0700
committerGitHub <noreply@github.com>2023-07-26 12:59:59 -0700
commit9bdd48597297dcb01a7e07f5a0f716c4ea9cc1e1 (patch)
tree5dda5b5857ecb404cf15121575574d8bb554d471 /yjit/src/stats.rs
parent37160be439c9a368c206b2eec713820dc97e4e0f (diff)
downloadruby-9bdd48597297dcb01a7e07f5a0f716c4ea9cc1e1.tar.gz
YJIT: Count the number of dynamic send dispatches (#8122)
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index a58d232f56..8606e8be87 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -410,6 +410,7 @@ make_counters! {
num_send_polymorphic,
num_send_x86_rel32,
num_send_x86_reg,
+ num_send_dynamic,
iseq_stack_too_large,
iseq_too_long,