Figure: paired bars of cache hit rate in per cent at a 32 gibibyte HBM budget, comparing eviction metadata that is reset on eviction against metadata that persists across the tier boundary. LFU goes from 15.56 per cent to 49.71 per cent, a gain of 34.15 points. EMA with alpha 0.01 goes from 31.54 per cent to 56.39 per cent, a gain of 24.85 points. EMA with alpha 0.15 goes from 44.33 per cent to 44.12 per cent, a change of minus 0.21 points, which is a wash. The conclusion is that persistence is worth more than the choice of policy: the 34.15-point gain exceeds the documented plus 2.5 to plus 5.8 point margin of the best scoring function over LRU. It is a protocol result and is testable with no CXL hardware. Simulated and provisional: a single data-structure defect in Revision 1 inverted four of five findings.
Figure 11.2 · Simulated (provisional)
Persistent identity-keyed policy state — the largest effect in the study
Hold the scoring function fixed and vary only whether policy state survives eviction from HBM. This is the one mechanism inside PLACE with an empirical result behind it.
Table view
| Policy | Reset | Persists | Δ |
|---|---|---|---|
| LFU | 15.56% | 49.71% | +34.15 pts |
| EMA α=0.01 | 31.54% | 56.39% | +24.85 pts |
| EMA α=0.15 | 44.33% | 44.12% | −0.21 pts |
Persistence is worth more than the choice of policy.The gain from letting identity-keyed policy state survive eviction — +34.15 points for LFU — is larger than the entire documented margin of the best scoring function over LRU at a fixed α, which is +2.5 to +5.8 points. It is also a protocol result: it is a claim about what state a controller chooses to preserve across an eviction event, not about the medium the evicted block lands on. It is testable with no CXL hardware.
Simulated (provisional) — CANONICAL-NUMBERS.md §3.3; formal_core.md §1.3