Bug 146069 - SegmentedVector should waste less memory.
Summary: SegmentedVector should waste less memory.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 312.x
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-06-17 10:50 PDT by Andreas Kling
Modified: 2015-06-17 13:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.96 KB, patch)
2015-06-17 11:02 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.