[Webkit-unassigned] [Bug 86434] RuleSet::addToRuleSet wastes a bit of Vector capacity

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 09:55:44 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86434





--- Comment #9 from Darin Adler <darin at apple.com>  2012-05-15 09:54:45 PST ---
Well maybe this is the only call site like that; the point is that you save more memory by not allocating the larger block and shrinking. I suspect that in many cases the memory saved by shrinking after the fact can’t be reused due to fragmentation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list