Bug 145785

Summary: [JSC] Polymorphic{Get,Put}ByIdList::addAccess() should optimize for size, not speed.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: NEW ---    
Severity: Normal Keywords: Performance
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Andreas Kling 2015-06-08 22:18:48 PDT
These functions clearly want Vector::resizeToFit(), not resize().