Bug 113620
Summary: | FTL should have a fall-back when JIT memory allocation fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 113619 | ||
Bug Blocks: | 132356 |
Filip Pizlo
The DFG and Baseline JIT have such fall-backs. Currently the FTL doesn't. This is related to
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Filip Pizlo
This is related to https://bugs.webkit.org/show_bug.cgi?id=113619, since our memory allocator already does good things on allocation failure.
Filip Pizlo
*** This bug has been marked as a duplicate of bug 142993 ***