Get rid of the check for baseline code being cleared inside Plan::isStillValid()
https://bugs.webkit.org/show_bug.cgi?id=132707
Summary Get rid of the check for baseline code being cleared inside Plan::isStillValid()
Filip Pizlo
Reported 2014-05-08 14:39:15 PDT
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
Note You need to log in before you can comment on or make changes to this bug.