Bug 145782 - [JSC] InlineCallFrame::arguments should be sized-to-fit.
Summary: [JSC] InlineCallFrame::arguments should be sized-to-fit.
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: Performance
Depends on:
Blocks:
 
Reported: 2015-06-08 21:06 PDT by Andreas Kling
Modified: 2015-06-10 03:15 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2015-06-08 21:08 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 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.