[Webkit-unassigned] [Bug 60323] RenderCounter::makeCounterNode is N^2, causing large view-source pages to take seconds to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 13:22:52 PDT 2011


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





--- Comment #11 from Eric Seidel <eric at webkit.org>  2011-05-10 13:22:52 PST ---
OK.  Attempting to make a reduction now.  I suspect that makeCounterNode is actually N*M where N is the number of counters, and M is the number of elements in the document... or possibly worse.

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