Working state before pushing to cyu remote

This commit is contained in:
Moe Charm (CI)
2025-12-19 03:45:01 +09:00
parent e4c5f05355
commit 2013514f7b
28 changed files with 1968 additions and 43 deletions

View File

@ -382,6 +382,19 @@
# define HAKMEM_UNIFIED_CACHE_STATS_COMPILED 0
#endif
// ------------------------------------------------------------
// Phase 87: Inline Slots Overflow/Traffic Telemetry (Compile gate)
// ------------------------------------------------------------
// Inline Slots Overflow Stats: Compile gate (default OFF = compile-out)
// Set to 1 for OBSERVE/research builds that need:
// - per-class push/pop totals (to prove the path is actually exercised)
// - overflow/underflow counts (FULL/EMPTY)
//
// IMPORTANT: This must be a compile-time flag because the hot-path helpers are header-only.
#ifndef HAKMEM_INLINE_SLOTS_OVERFLOW_STATS_COMPILED
# define HAKMEM_INLINE_SLOTS_OVERFLOW_STATS_COMPILED 0
#endif
// ------------------------------------------------------------
// Phase 29: Pool Hotbox v2 Stats Prune (Compile-out telemetry atomics)
// ------------------------------------------------------------