RESOLVED FIXED248301
Reduce memory usage when sending SharedBuffer across IPC
https://bugs.webkit.org/show_bug.cgi?id=248301
Summary Reduce memory usage when sending SharedBuffer across IPC
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.