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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user