RESOLVED FIXED 146069
SegmentedVector should waste less memory.
https://bugs.webkit.org/show_bug.cgi?id=146069
Summary SegmentedVector should waste less memory.
Andreas Kling
Reported 2015-06-17 10:50:52 PDT
SegmentedVector should be a Vector<T[SegmentSize>> instead of a Vector<Vector<T, SegmentSize>>.
Attachments
Patch (7.96 KB, patch)
2015-06-17 11:02 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-06-17 11:02:27 PDT
Andreas Kling
Comment 2 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>
Andreas Kling
Comment 3 2015-06-17 13:28:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.