summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-03-15 00:24:15 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-03-15 00:24:18 -0700
commitf6a54e6e461e3689d0d9068d33f986ce2d458bef (patch)
tree1fb95131be1dfebdf4cc0be89bd8ea5eef1be454 /mjit.h
parent67fbc122fb71fab9b148faedfb2159ad38d965ac (diff)
Add debug counter for unload_units
changing add_iseq_to_process's debug counter name as well for comparison
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mjit.h b/mjit.h
index dac0bcfc39..c504112488 100644
--- a/mjit.h
+++ b/mjit.h
@@ -138,7 +138,6 @@ mjit_exec(rb_execution_context_t *ec)
case NOT_ADDED_JIT_ISEQ_FUNC:
RB_DEBUG_COUNTER_INC(mjit_exec_not_added);
if (total_calls == mjit_opts.min_calls && mjit_target_iseq_p(body)) {
- RB_DEBUG_COUNTER_INC(mjit_exec_not_added_add_iseq);
rb_mjit_add_iseq_to_process(iseq);
if (UNLIKELY(mjit_opts.wait)) {
return rb_mjit_wait_call(ec, body);