Bug 145787

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

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.