FABRIC-2.md Section Q: heartbeat-tick ACL-TTL remeasurement finds the
instrument blind to the effect, not a corrected number Per Captain Bob's correction (heartbeat tick counter is the sole canonical clock, not wall-clock), added HEARTBEAT-TICKS@ and re-ran the ACL-TTL overhead measurement using tick deltas. Diagnostics confirmed the counter is a FORTH-level colon-word-dispatch counter (frozen at idle, jumps with real work) -- not a wall-clock proxy. A pilot pair (amd64, seed 12345, 30 reps, ACL disabled vs enabled) produced byte-identical deltas (261064 ticks both runs): acl_recheck() runs at the C dispatch level and doesn't change which/how many colon words execute, so it's invisible to a counter gated on colon-word-entry count. Root-caused, not proceeding to the full 18-cell campaign -- every cell would read +0.00% by construction. Section P's wall-clock numbers stand as the best estimate on record pending a instrument that can see per-dispatch cost rather than control-flow shape. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
a7a837e136
commit
3998ce6aaf
@@ -1,5 +1,5 @@
|
||||
# Capsule Block Manifest — Auto-generated
|
||||
<!-- Generated by mkcapsule --manifest 2026-08-21T03:09:23Z -->
|
||||
<!-- Generated by mkcapsule --manifest 2026-08-21T03:22:02Z -->
|
||||
<!-- DO NOT EDIT — re-run mkcapsule --manifest to refresh. -->
|
||||
<!-- Hand-written justifications and immutability notes live -->
|
||||
<!-- in MANIFEST.md alongside this auto-generated index. -->
|
||||
|
||||
Reference in New Issue
Block a user