Default stability: disable class5 hotpath by default (enable via HAKMEM_TINY_HOTPATH_CLASS5=1); document in CURRENT_TASK. Shared SS stable with SLL C0..C4; class5 hotpath remains root-cause scope.

This commit is contained in:
Moe Charm (CI)
2025-11-14 01:39:52 +09:00
parent eed8b89778
commit 4c6dcacc44
2 changed files with 4 additions and 3 deletions

View File

@ -70,8 +70,8 @@ int g_tiny_safe_free_strict = 0; // env: HAKMEM_SAFE_FREE_STRICT=1
int g_tiny_force_remote = 0; // env: HAKMEM_TINY_FORCE_REMOTE=1
// Hot-class optimization: enable dedicated class5 (256B) TLS fast path
// Env: HAKMEM_TINY_HOTPATH_CLASS5=1/0 (default: 1)
int g_tiny_hotpath_class5 = 1;
// Env: HAKMEM_TINY_HOTPATH_CLASS5=1/0 (default: 0 for stability; enable explicitly to A/B)
int g_tiny_hotpath_class5 = 0;
// (moved) tiny_class5_stats_dump is defined later, after TLS vars