Files
hakmem/scripts/profiles/tinyhot_tput_noadopt_boxonly.env
Moe Charm (CI) 52386401b3 Debug Counters Implementation - Clean History
Major Features:
- Debug counter infrastructure for Refill Stage tracking
- Free Pipeline counters (ss_local, ss_remote, tls_sll)
- Diagnostic counters for early return analysis
- Unified larson.sh benchmark runner with profiles
- Phase 6-3 regression analysis documentation

Bug Fixes:
- Fix SuperSlab disabled by default (HAKMEM_TINY_USE_SUPERSLAB)
- Fix profile variable naming consistency
- Add .gitignore patterns for large files

Performance:
- Phase 6-3: 4.79 M ops/s (has OOM risk)
- With SuperSlab: 3.13 M ops/s (+19% improvement)

This is a clean repository without large log files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 12:31:14 +09:00

29 lines
943 B
Bash

# Profile: Tiny Hot Throughput (Box Refactor Only, No Phase 6-3)
# Purpose: Use Phase 6-1 Box Refactor without Phase 6-3 regression layer
# DISABLE Phase 6-3 (causes -20% regression + OOM)
# Note: Phase 6-3 is compile-time, can't disable via env
# Solution: Need to rebuild with -UHAKMEM_TINY_FAST_PATH
# Tiny Fast Path (Box Refactor - Phase 6-1)
export HAKMEM_TINY_PHASE6_BOX_REFACTOR=1
# SuperSlab Settings (CRITICAL: Must be enabled!)
export HAKMEM_TINY_USE_SUPERSLAB=1 # FIX: Enable SuperSlab for Box Refactor
export HAKMEM_TINY_SS_ADOPT=0
export HAKMEM_TINY_MUST_ADOPT=0
export HAKMEM_TINY_SS_FORCE_LG=20
export HAKMEM_TINY_SS_CACHE=2
export HAKMEM_TINY_SS_PRECHARGE=0
# SLL Settings
export HAKMEM_TINY_FAST_CAP_0=64
export HAKMEM_TINY_FAST_CAP_1=64
export HAKMEM_TINY_REFILL_COUNT_HOT=128
# Debug OFF
export HAKMEM_TINY_TRACE_RING=0
export HAKMEM_TINY_SAFE_FREE=0
export HAKMEM_TINY_REMOTE_GUARD=0
export HAKMEM_DEBUG_COUNTERS=0