Phase 6-2.4: Fix SuperSlab free SEGV: remove guess loop and add memory readability check; add registry atomic consistency (base as _Atomic uintptr_t with acq/rel); add debug toggles (SUPER_REG_DEBUG/REQTRACE); update CURRENT_TASK with results and next steps; capture suite results.

This commit is contained in:
Moe Charm (CI)
2025-11-07 18:07:48 +09:00
parent b6d9c92f71
commit 382980d450
29 changed files with 2128 additions and 22 deletions

View File

@ -45,5 +45,5 @@ else
fi
echo "[run_dev] mode=$MODE dur=$DUR thr=$THR"
./larson_hakmem "$DUR" 8 128 1024 1 12345 "$THR" | rg "Throughput" -n || true
./larson_hakmem "$DUR" 8 128 1024 1 12345 "$THR" | grep -n "Throughput" || true