Commit 0c3d24e
Wasm: expose WasmAccelerator.TotalKernelsCompiled diagnostic
A proxy for the worker-side _modulesById accumulation (each distinct kernel stays cached as a
compiled WebAssembly.Module on every persistent worker for the tab's life, never evicted). Pairs
with SharedWasmMemoryPages to attribute late-lane process-memory pressure — the lead hypothesis for
the ML heavy-test full-sweep timeouts (held ~3 GiB shared memories + unbounded module cache).
Diagnostic only; no behavior change.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 074d826 commit 0c3d24e
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
306 | 316 | | |
307 | 317 | | |
308 | 318 | | |
| |||
0 commit comments