Bug 123675

Summary: CodeBlock::jettison() shouldn't call baselineVersion()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, barraclough, ggaren, mark.lam, mhahnenberg, msaboff, nrotem, oliver, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch ggaren: review+

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