Bug 114111 - Use Vector::reserveInitialCapacity() when possible in JavaScriptCore runtime
Summary: Use Vector::reserveInitialCapacity() when possible in JavaScriptCore runtime
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 22:59 PDT by Benjamin Poulain
Modified: 2013-04-07 17:42 PDT (History)
0 users

See Also:


Attachments
Patch (4.94 KB, patch)
2013-04-06 23:02 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2013-04-06 22:59:20 PDT
Use Vector::reserveInitialCapacity() when possible in JavaScriptCore runtime
Comment 1 Benjamin Poulain 2013-04-06 23:02:46 PDT
Created attachment 196770 [details]
Patch
Comment 2 Benjamin Poulain 2013-04-07 17:42:20 PDT
Committed r147887: <http://trac.webkit.org/changeset/147887>