Bug 132236 - All compilation plans, even ready ones, should be cancellable
Summary: All compilation plans, even ready ones, should be cancellable
Status: RESOLVED DUPLICATE of bug 132166
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:
Blocks:
 
Reported: 2014-04-27 12:31 PDT by Filip Pizlo
Modified: 2014-04-27 17:48 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 2014-04-27 12:31:00 PDT
This may not be needed for performance and it's not needed for correctness, but it seems like a hole in the design.  Experience has shown that anytime we make a compilation plan not cancellable, there ends up being some benchmark where this introduces object drag.
Comment 1 Filip Pizlo 2014-04-27 17:48:01 PDT
I'm actually just going to do this as https://bugs.webkit.org/show_bug.cgi?id=132166.

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