Bug 118875

Summary: CodeBlock DFG entry list isn't getting shrunk-to-fit after linking.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, kling, webkit-bug-importer
Priority: P2 Keywords: InRadar, Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-07-18 17:51:13 PDT
SpeculativeJIT::linkOSREntries() always happens after JITCompiler::link(), so CodeBlock::m_dfgData->osrEntry never gets shrunk-to-fit.
Comment 1 Radar WebKit Bug Importer 2013-07-18 17:51:27 PDT
<rdar://problem/14488577>
Comment 2 Andreas Kling 2013-07-18 17:55:13 PDT
Created attachment 207042 [details]
Patch
Comment 3 Geoffrey Garen 2013-07-18 20:05:16 PDT
Comment on attachment 207042 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2013-07-18 20:29:02 PDT
Comment on attachment 207042 [details]
Patch

Clearing flags on attachment: 207042

Committed r152882: <http://trac.webkit.org/changeset/152882>
Comment 5 WebKit Commit Bot 2013-07-18 20:29:04 PDT
All reviewed patches have been landed.  Closing bug.