Bug 132707
Summary: | Get rid of the check for baseline code being cleared inside Plan::isStillValid() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
Status: | NEW | ||
Severity: | Normal | CC: | ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 132708 | ||
Bug Blocks: |
Filip Pizlo
This check was never correct. We shouldn't allow baseline code to be cleared while there is a concurrent compilation, except if we also cancel the plan - but cancelled plans don't respond to isStillValid() because we simply make them cease to exist.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |