Bug 132236
| Summary: | All compilation plans, even ready ones, should be cancellable | ||
|---|---|---|---|
| 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 | ||
Filip Pizlo
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
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 ***