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

Description Andreas Kling 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.
Comment 1 Andreas Kling 2015-06-08 21:08:09 PDT
Created attachment 254543 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-06-10 03:15:50 PDT
All reviewed patches have been landed.  Closing bug.