[Webkit-unassigned] [Bug 12401] Avoid unnecessary allocations in CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 17:12:27 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12401





------- Comment #3 from mjs at apple.com  2007-01-24 17:12 PDT -------
I don't think change #2 will actually save any allocations, since creating a
KURL from the DeprecatedString inside another KURL won't actually call malloc.
It will needlessly reparse it though, so still a good change. This needs a
ChangeLog and should be run through regression tests.


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



More information about the webkit-unassigned mailing list