[Webkit-unassigned] [Bug 254060] New: discard IPC buffer pages when idle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 16 20:58:27 PDT 2023


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

            Bug ID: 254060
           Summary: discard IPC buffer pages when idle
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Process Model
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

Particularly for background tabs, we don't need to keep dirty pages filled with old IPC messages around.  We could recreate the SharedMemory and send the new copy over to the GPU process, but it seems easier to do cause the existing pages to lose their contents instead.

-- 
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/20230317/aad9327f/attachment.htm>


More information about the webkit-unassigned mailing list