[Webkit-unassigned] [Bug 13351] O(N^2) behavior seen when parsing, rendering, and destroying nested tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 14 17:00:37 PDT 2007


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





------- Comment #4 from hyatt at apple.com  2007-04-14 17:00 PDT -------
The principal reason I never bothered optimizing (1) (the nested inline case)
is that this really only occurs if something has gone horribly wrong with a
malformed page.  In normal usage inlines just don't nest deeply at all, and
setting a maximum nesting depth of 200 (like Firefox does) would probably be
good enough to deal with this particular problem for now.


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