aboutsummaryrefslogtreecommitdiffstats
path: root/debug_counter.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-13 13:58:50 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-13 14:00:30 -0800
commit68e05234848e8cd0dae7ba9f27a17f9220236fba (patch)
tree0d19c59c9e72a1f6f2abf363a790bbec0876da1a /debug_counter.h
parent6246788bc47b5d28e3c612479a2986d84f2aa589 (diff)
downloadruby-68e05234848e8cd0dae7ba9f27a17f9220236fba.tar.gz
Remove unused debug counters
The structure and readability of jit_exec is messed up right now. I'd like to help the current situation by this for now. I'll resurrect them when I need it again.
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/debug_counter.h b/debug_counter.h
index f3a799913b..bcc19f6231 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -346,13 +346,6 @@ RB_DEBUG_COUNTER(vm_sync_lock_enter_nb)
RB_DEBUG_COUNTER(vm_sync_lock_enter_cr)
RB_DEBUG_COUNTER(vm_sync_barrier)
-/* jit_exec() counts */
-RB_DEBUG_COUNTER(jit_exec)
-RB_DEBUG_COUNTER(mjit_exec_not_added)
-RB_DEBUG_COUNTER(mjit_exec_not_ready)
-RB_DEBUG_COUNTER(mjit_exec_not_compiled)
-RB_DEBUG_COUNTER(mjit_exec_call_func)
-
/* MJIT enqueue / unload */
RB_DEBUG_COUNTER(mjit_add_iseq_to_process)
RB_DEBUG_COUNTER(mjit_unload_units)