docs(performance): detail Slice H execution gates

This commit is contained in:
Erik 2026-07-25 05:05:40 +02:00
parent 51e184725f
commit c0bec56dfe
2 changed files with 175 additions and 0 deletions

View file

@ -883,6 +883,12 @@ proportional to resident content.
**Purpose:** Remove remaining work that scales with uncapped FPS.
**Execution plan (active 2026-07-25):**
[`2026-07-25-modern-runtime-slice-h.md`](2026-07-25-modern-runtime-slice-h.md).
The plan separates H-a text/UI/attachment/frame work, H-b's exact light-set
optimization, and H-c's ordered network-I/O change into independently
revertible gates.
- Skip diagnostics with no consumer and reuse renderer visibility facts.
- Dirty-layout retained UI: apply anchors only after geometry changes.
- Maintain an overlay-participant registry instead of a second full-tree walk.