Bug 250469

Summary: Retain the shmem used for serialising WebCore::Font
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: TextAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.