Bug 145785 - [JSC] Polymorphic{Get,Put}ByIdList::addAccess() should optimize for size, not speed.
Summary: [JSC] Polymorphic{Get,Put}ByIdList::addAccess() should optimize for size, not...
Status: NEW
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:18 PDT by Andreas Kling
Modified: 2015-06-08 22:18 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-06-08 22:18:48 PDT
These functions clearly want Vector::resizeToFit(), not resize().