summaryrefslogtreecommitdiff
path: root/debug_counter.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 22:18:42 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-06 22:19:26 -0800
commit7e20704000177c5863d97bbda7ca3ea160dafdd1 (patch)
tree0210ba497159c6109d9778fdf797f3fcef98b019 /debug_counter.h
parent940b3170c1fb51e31fa3396f0a71fc8db9ac096c (diff)
downloadruby-7e20704000177c5863d97bbda7ca3ea160dafdd1.tar.gz
MJIT: Remove an unused argument and unused counters
I plan to rebuild MJIT metrics later, not using debug counters.
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/debug_counter.h b/debug_counter.h
index bcc19f6231..a09ef3018d 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -346,10 +346,6 @@ RB_DEBUG_COUNTER(vm_sync_lock_enter_nb)
RB_DEBUG_COUNTER(vm_sync_lock_enter_cr)
RB_DEBUG_COUNTER(vm_sync_barrier)
-/* MJIT enqueue / unload */
-RB_DEBUG_COUNTER(mjit_add_iseq_to_process)
-RB_DEBUG_COUNTER(mjit_unload_units)
-
/* MJIT <-> VM frame push counts */
RB_DEBUG_COUNTER(mjit_frame_VM2VM)
RB_DEBUG_COUNTER(mjit_frame_VM2JT)