WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2015-06-17 11:02:27 PDT
Created
attachment 255024
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug