[webkit-reviews] review requested: [Bug 38025] Every call to RenderObject::setAnimatableStyle() iterates through all m_compositeAnimations: potentially O(N^2) : [Attachment 128366] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 18:53:08 PST 2012


Igor Trindade Oliveira <igor.oliveira at webkit.org> has asked  for review:
Bug 38025: Every call to RenderObject::setAnimatableStyle() iterates through
all m_compositeAnimations: potentially O(N^2)
https://bugs.webkit.org/show_bug.cgi?id=38025

Attachment 128366: Patch
https://bugs.webkit.org/attachment.cgi?id=128366&action=review

------- Additional Comments from Igor Trindade Oliveira
<igor.oliveira at webkit.org>
Proposed Patch. For the worst case, this patch has the same amount of
iterations of the code without the patch.


More information about the webkit-reviews mailing list