Bug 123675 - CodeBlock::jettison() shouldn't call baselineVersion()
Summary: CodeBlock::jettison() shouldn't call baselineVersion()
Status: RESOLVED FIXED
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: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-02 11:04 PDT by Filip Pizlo
Modified: 2013-11-02 17:30 PDT (History)
9 users (show)

See Also:


Attachments
the patch (2.78 KB, patch)
2013-11-02 11:08 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-11-02 11:04:29 PDT
That method doesn't work right if we've cleared all code, and anyway we should call baselineAlternative() or even just alternative().
Comment 1 Filip Pizlo 2013-11-02 11:07:42 PDT
<rdar://problem/15376699>
Comment 2 Filip Pizlo 2013-11-02 11:08:36 PDT
Created attachment 215818 [details]
the patch
Comment 3 Geoffrey Garen 2013-11-02 14:09:41 PDT
Comment on attachment 215818 [details]
the patch

r=me
Comment 4 Filip Pizlo 2013-11-02 17:30:51 PDT
Landed in http://trac.webkit.org/changeset/158507