[Webkit-unassigned] [Bug 205936] New: Optimize event region accumulation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 8 10:04:39 PST 2020


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

            Bug ID: 205936
           Summary: Optimize event region accumulation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

It is currently always O(n^2). The only reason it has not been a major issue so far is that complex event regions are rare. It is possible to do much better in most scenarios.

-- 
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/20200108/d7570a24/attachment.htm>


More information about the webkit-unassigned mailing list