Fix potential freelist corruption in unified_cache_refill (Class 0) and improve TLS SLL logging/safety

This commit is contained in:
Moe Charm (CI)
2025-12-03 12:43:02 +09:00
parent c91602f181
commit b5be708b6a
3 changed files with 11 additions and 9 deletions

View File

@ -130,7 +130,9 @@ static inline int tiny_front_is_pgo_build(void) {
// Get effective configuration (for diagnostics)
static inline void tiny_front_config_report(void) {
#if !HAKMEM_BUILD_RELEASE
#if 0 // !HAKMEM_BUILD_RELEASE
// Disabled to avoid circular dependency / implicit declaration issues
// re-enable when include order is fixed
fprintf(stderr, "[TINY_FRONT_CONFIG]\n");
fprintf(stderr, " PGO Build: %d\n", HAKMEM_TINY_FRONT_PGO);
fprintf(stderr, " Ultra SLIM: %d\n", TINY_FRONT_ULTRA_SLIM_ENABLED);