Bug 113620 - FTL should have a fall-back when JIT memory allocation fails
Summary: FTL should have a fall-back when JIT memory allocation fails
Status: RESOLVED DUPLICATE of bug 142993
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on: 113619
Blocks: 132356
  Show dependency treegraph
 
Reported: 2013-03-29 16:08 PDT by Filip Pizlo
Modified: 2015-03-25 11:37 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-03-29 16:08:40 PDT
The DFG and Baseline JIT have such fall-backs.  Currently the FTL doesn't.  This is related to
Comment 1 Filip Pizlo 2013-03-29 16:09:01 PDT
This is related to https://bugs.webkit.org/show_bug.cgi?id=113619, since our memory allocator already does good things on allocation failure.
Comment 2 Filip Pizlo 2015-03-25 11:37:16 PDT

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