[Webkit-unassigned] [Bug 195743] New: Optimize Region for single rectangle case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 05:33:04 PDT 2019


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

            Bug ID: 195743
           Summary: Optimize Region for single rectangle case
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koivisto at iki.fi

Instrumentation shows vast majority of Region objects consist of a single rectangle. However it always allocates the large Shape data structure. This makes it unsuitable to use as a member in any popular objects.

-- 
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/20190314/e133a3bc/attachment.html>


More information about the webkit-unassigned mailing list