[webkit-reviews] review denied: [Bug 55440] improve layout performance by reducing the traversal time of the floating objects : [Attachment 84173] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 16:00:06 PST 2011


Sam Weinig <sam at webkit.org> has denied Yuqiang Xian <yuqiang.xian at intel.com>'s
request for review:
Bug 55440: improve layout performance by reducing the traversal time of the
floating objects
https://bugs.webkit.org/show_bug.cgi?id=55440

Attachment 84173: the patch
https://bugs.webkit.org/attachment.cgi?id=84173&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
This will increase the size of all RenderBlocks which would be a pretty big
memory regression. One option is to only allocate this memory when there are
floating objects (allocate it with  m_floatingObjects).


More information about the webkit-reviews mailing list