diff options
author | Takashi Kokubun <[email protected]> | 2020-03-15 00:24:15 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2020-03-15 00:24:18 -0700 |
commit | f6a54e6e461e3689d0d9068d33f986ce2d458bef (patch) | |
tree | 1fb95131be1dfebdf4cc0be89bd8ea5eef1be454 /mjit.h | |
parent | 67fbc122fb71fab9b148faedfb2159ad38d965ac (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |