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