RESOLVED FIXED 250469
Retain the shmem used for serialising WebCore::Font
https://bugs.webkit.org/show_bug.cgi?id=250469
Summary Retain the shmem used for serialising WebCore::Font
Matt Woodrow
Reported 2023-01-11 11:45:29 PST
<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.
Attachments
Matt Woodrow
Comment 1 2023-01-11 12:04:14 PST
EWS
Comment 2 2023-01-11 19:07:35 PST
Committed 258817@main (9d7f3dc4ca95): <https://commits.webkit.org/258817@main> Reviewed commits have been landed. Closing PR #8535 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.