Bug 145787 - [JSC] JSPropertyNameEnumerator's property name vector should be sized-to-fit.
Summary: [JSC] JSPropertyNameEnumerator's property name vector 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 22:23 PDT by Andreas Kling
Modified: 2015-06-09 14:21 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.62 KB, patch)
2015-06-08 22:24 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 22:23:55 PDT
More Vector::resizeToFit() instead of Vector::resize().
Comment 1 Andreas Kling 2015-06-08 22:24:21 PDT
Created attachment 254549 [details]
Patch
Comment 2 Andreas Kling 2015-06-09 14:21:46 PDT
Comment on attachment 254549 [details]
Patch

Clearing flags on attachment: 254549

Committed r185380: <http://trac.webkit.org/changeset/185380>
Comment 3 Andreas Kling 2015-06-09 14:21:48 PDT
All reviewed patches have been landed.  Closing bug.