[Webkit-unassigned] [Bug 250469] New: Retain the shmem used for serialising WebCore::Font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 11:45:29 PST 2023


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

            Bug ID: 250469
           Summary: Retain the shmem used for serialising WebCore::Font
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: mmaxfield at apple.com,
                    webkit-bug-importer at group.apple.com

<rdar://100866403>

We're currently copying Font creationData across IPC using shmem (as part of the FragmentedSharedBuffer serialisation), but we then copy it back into local memory.

This adds an extra copy, but also means we can't attribute the memory to the WebContent process that owns the Font.

-- 
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/20230111/8cc18649/attachment.htm>


More information about the webkit-unassigned mailing list