summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.c b/compile.c
index 5516f64f54..ab041e6e89 100644
--- a/compile.c
+++ b/compile.c
@@ -999,6 +999,7 @@ rb_iseq_translate_threaded_code(rb_iseq_t *iseq)
#if USE_YJIT
rb_yjit_live_iseq_count++;
+ rb_yjit_iseq_alloc_count++;
#endif
return COMPILE_OK;