Bug 248301

Summary: Reduce memory usage when sending SharedBuffer across IPC
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: WebKit2Assignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Jean-Yves Avenard [:jya]
Reported 2022-11-23 23:13:35 PST
Currently, whenever we send a SharedBuffer across IPC we allocate a new SharedMemory. We can reduce that memory usage by packing SharedBuffer content into the same SharedMemory where possible.
Attachments
Jean-Yves Avenard [:jya]
Comment 1 2022-11-23 23:14:28 PST
Jean-Yves Avenard [:jya]
Comment 2 2022-11-24 00:31:41 PST
EWS
Comment 3 2022-11-24 15:15:30 PST
Committed 256999@main (80bf5c2acfbc): <https://commits.webkit.org/256999@main> Reviewed commits have been landed. Closing PR #6780 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.