Bug 118875 - CodeBlock DFG entry list isn't getting shrunk-to-fit after linking.
Summary: CodeBlock DFG entry list isn't getting shrunk-to-fit after linking.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Performance
Depends on:
Blocks:
 
Reported: 2013-07-18 17:51 PDT by Andreas Kling
Modified: 2013-07-18 20:29 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2013-07-18 17:55 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.