[Webkit-unassigned] [Bug 25468] XSLT mandelbrot slow and incorrect rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 16:15:06 PST 2010


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


Alex Milowski <alex at milowski.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at milowski.com




--- Comment #1 from Alex Milowski <alex at milowski.com>  2010-01-22 16:15:06 PST ---
WebKit won't get incremental rendering as the results are parser as a
serialized string from libxslt.  That interface between libxslt and WebKit is
probably slowing this down because of the sheer number of 'span' elements
generated that then need to be parsed and rendered.

One way to speed this up is to make a tighter coupling between the output of
the XSLT engine and the DOM load/render.

-- 
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