[Webkit-unassigned] [Bug 10745] SVG layout needs to move out of DOM and into rendering tree during layout() call
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Sep 6 03:13:29 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10745
------- Comment #3 from macdome at opendarwin.org 2006-09-06 03:13 PDT -------
As Rob points out, SVGLength should be gutted during this process. SVGLengths
are currently 28 bytes in size! Compare that with 4 bytes for the Length
class. We have bajillions of these things floating around the SVG DOM.
Removing at least the m_context and m_viewportElement pointers while moving
SVGLength from the DOM to the rendering tree will help SVG performance
substantially.
--
Configure bugmail: http://bugzilla.opendarwin.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