[webkit-reviews] review requested: [Bug 116108] Improve -webkit-text-underline-position memory usage : [Attachment 201968] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 10:22:43 PDT 2013


Lamarque V. Souza <Lamarque.Souza at basyskom.com> has asked  for review:
Bug 116108: Improve -webkit-text-underline-position memory usage
https://bugs.webkit.org/show_bug.cgi?id=116108

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

------- Additional Comments from Lamarque V. Souza
<Lamarque.Souza at basyskom.com>
Proposed patch. Change RootInlineBox::maxLogicalTop() to compute the
maxLogicalTop everytime it is called. The cpu power needed to compute
maxLogicalTop is small and by removing m_maxLogicalTop variable we can reduce
the memory used to store RootInlineBoxes.


More information about the webkit-reviews mailing list