[Webkit-unassigned] [Bug 259326] New: WebCore::Path should have inline segment storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 18 17:17:31 PDT 2023


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

            Bug ID: 259326
           Summary: WebCore::Path should have inline segment storage
           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: heycam at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

After https://commits.webkit.org/265569@main, we have three separate heap allocations when creating a WebCore::Path with a single segment. (The PathStream, the SegmentsData, and its Vector buffer.) Before that commit, we had inline storage for a single segment.

-- 
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/20230719/7214164f/attachment.htm>


More information about the webkit-unassigned mailing list