Bug 146069

Summary: SegmentedVector should waste less memory.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web Template FrameworkAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, kling
Priority: P2 Keywords: Performance
Version: 312.x   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-06-17 10:50:52 PDT
SegmentedVector should be a Vector<T[SegmentSize>> instead of a Vector<Vector<T, SegmentSize>>.
Comment 1 Andreas Kling 2015-06-17 11:02:27 PDT
Created attachment 255024 [details]
Patch
Comment 2 Andreas Kling 2015-06-17 13:28:01 PDT
Comment on attachment 255024 [details]
Patch

Clearing flags on attachment: 255024

Committed r185663: <http://trac.webkit.org/changeset/185663>
Comment 3 Andreas Kling 2015-06-17 13:28:04 PDT
All reviewed patches have been landed.  Closing bug.