Bug 171454

Summary: WebAssembly: make sure tiering can run out of X memory gracefully
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 159775    

Description JF Bastien 2017-04-28 15:25:44 PDT
If We try to tier up a function but don't have X memory available for it then it should just stay at O1. Slow is better than dead. That's what we do for JS (stay in llint).
Comment 1 JF Bastien 2017-06-23 23:01:25 PDT

*** This bug has been marked as a duplicate of bug 171537 ***