[Webkit-unassigned] [Bug 18282] WebKit crashes with deeply nested divs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 11:43:05 PDT 2010


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





--- Comment #38 from Dave Hyatt <hyatt at apple.com>  2010-04-01 11:43:04 PST ---
(From update of attachment 52263)
I'm concerned about the performance impact of this change.  It seems like in
the typical case of just doing normal DOM insertions, you've made an O(1)
operation into an O(depth) operation.

What about the insertion/appending of document fragments?  Do they fool your
depth counting?

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