Bug 170607

Summary: WebAssembly: Have some backoff or insurance policy for how we retry compiling Wasm::CodeBlocks
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, jfbastien, keith_miller, mark.lam, msaboff, ticaiolima, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Saam Barati
Reported 2017-04-07 11:19:52 PDT
We probably don't want to indefinitely try if we OOM. We might also want to have some strategy where we limit the number of compilation threads if that increases the chance to OOM. That said, this is probably super rare in practice.
Attachments
Note You need to log in before you can comment on or make changes to this bug.