[Webkit-unassigned] [Bug 208265] New: Make Path::Path(const Path&) and Path::operator=(const Path&) cheap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 14:37:37 PST 2020


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

            Bug ID: 208265
           Summary: Make Path::Path(const Path&) and Path::operator=(const
                    Path&) cheap
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

We can make these behave in a more "copy-on-write” manner, such that we just set m_path when copying a new WebCore::Path, and only call CGPathCreateMutableCopy later if it is needed.

-- 
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/20200226/a3a5ccb6/attachment-0001.htm>


More information about the webkit-unassigned mailing list