Bug 145782

Summary: [JSC] InlineCallFrame::arguments should be sized-to-fit.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2015-06-08 21:06:30 PDT
InlineCallFrame::arguments should use Vector::resizeToFit() instead of just resize(), since we know the perfect size up front.
Attachments
Patch (1.73 KB, patch)
2015-06-08 21:08 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-06-08 21:08:09 PDT
WebKit Commit Bot
Comment 2 2015-06-10 03:15:45 PDT
Comment on attachment 254543 [details] Patch Clearing flags on attachment: 254543 Committed r185409: <http://trac.webkit.org/changeset/185409>
WebKit Commit Bot
Comment 3 2015-06-10 03:15:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.