Files
hakmem/docs
Moe Charm (CI) e1a867fe52 Document breakthrough: sh8bench stability achieved with SuperSlab refcount pinning
Major milestone reached:
 SIGSEGV eliminated (exit code 0)
 Long-term execution stable (60+ seconds)
 Defensive guards prevent corruption propagation
⚠️ Root cause (SuperSlab lifecycle) still requires investigation

Implementation Summary:
- SuperSlab refcount pinning (prevent premature free)
- Release guards (defer free if refcount > 0)
- TLS SLL next pointer validation
- Unified cache freelist validation
- Early decrement fix

Performance Impact: < 5% overhead (acceptable)

Remaining Concerns:
- Invalid pointers still logged ([TLS_SLL_NEXT_INVALID])
- Potential memory leak from deferred releases
- Log volume may be high on long runs

Next Phase:
1. SuperSlab lifecycle tracing (remote_queue, adopt, LRU)
2. Memory usage monitoring (watch for leaks)
3. Long-term stability testing
4. Stale pointer pattern analysis

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 21:57:36 +09:00
..

Docs Overview

このフォルダは hakmem の設計・計測・運用メモを体系化して管理する場所です。

  • INDEX.md: 目次(各ドキュメントへのリンク)
  • benchmarks/: ベンチマーク手順とスイープ結果の保存先
  • specs/: 現在の仕様SACS3/HW/ENVを集約
  • roadmap/: これからの実装計画・優先度・タスク

運用ルール(提案)

  • 1つの変更/計測のまとまりにつき1ファイルor 1フォルダ
  • 再現コマンド・環境変数・ハード構成は必ず記載
  • 大きな連続出力はファイルへ保存し、本文からは抜粋/要約を記載