You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wp): reactive auto-break on pin-budget under WP_PAGED_BATCH (5b)
Bounds each batch range's pinned working set to 70% of the pool arena so a
dense stretch with no routing boundary can't overflow the pins under eviction
(alloc_slot -1 / page-in fault). Tracks s_range_pinned_bytes at pin sites,
ends the range when it crosses the threshold. Auto-broken ranges return true,
so they get an ask=false + release like routing-boundary ranges. Enables
WP_PAGED_BATCH for the real partial-residency (evictions>0) target.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014ZRfPpL8XFzk1hep9MMg9P
0 commit comments