[Webkit-unassigned] [Bug 186703] CachedRawResource wastes 57K of Vector capacity
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 15 15:27:59 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=186703
Chris Dumez <cdumez at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cdumez at apple.com
--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Vector<RedirectPair> m_redirectChain; in CachedRawResource.
We never reserve capacity explicitly and only call append() on it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180615/53cc3705/attachment-0001.html>
More information about the webkit-unassigned
mailing list