[Webkit-unassigned] [Bug 179950] RenderBlockFlow::layoutRunsAndFloatsInRange is O(n^2) for runs of inlines without any text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 22 09:01:18 PST 2017


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #327456|                            |review+
              Flags|                            |

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 327456
  --> https://bugs.webkit.org/attachment.cgi?id=327456
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=327456&action=review

> Source/WebCore/platform/text/BidiResolver.h:248
> +    bool needsContinuePastEnd() { return static_cast<DerivedClass&>(*this).needsContinuePastEndInternal(); }

make the function const.

> Source/WebCore/platform/text/BidiResolver.h:281
> +    bool needsContinuePastEndInternal() { return true; }

const

> Source/WebCore/platform/text/BidiResolver.h:297
> +    bool needsContinuePastEndInternal();

const

> Source/WebCore/rendering/InlineIterator.h:590
> +inline bool InlineBidiResolver::needsContinuePastEndInternal()

const

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171122/3a5c107e/attachment.html>


More information about the webkit-unassigned mailing list