summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/src/stats.rs')
-rw-r--r--yjit/src/stats.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs
index 49a4e43295..666816b2e9 100644
--- a/yjit/src/stats.rs
+++ b/yjit/src/stats.rs
@@ -283,6 +283,9 @@ make_counters! {
setivar_frozen,
setivar_megamorphic,
+ // Not using "getivar_" to exclude this from exit reasons
+ get_ivar_max_depth,
+
oaref_argc_not_one,
oaref_arg_not_fixnum,