NEW123677
Get rid of baselineVersion() and consider calling alternative() instead of baselineAlternative() (or baselineVersion()) in most places
https://bugs.webkit.org/show_bug.cgi?id=123677
Summary Get rid of baselineVersion() and consider calling alternative() instead of ba...
Filip Pizlo
Reported 2013-11-02 11:06:36 PDT
It used to be the case that a CodeBlock only had an alternative() if it hadn't been jettisoned. So if you wanted to find the baseline version of a DFG code block, you had to do special things (i.e. what baselineVersion() does) in case you had been jettisoned. That's no longer the case. DFG and FTL CodeBlocks always have an alternative() and it's always a baseline CodeBlock. Also, baselineVersion() turns out to be the root of all evil if we've cleared all code.
Attachments
Note You need to log in before you can comment on or make changes to this bug.