[Webkit-unassigned] [Bug 254013] New: keep decoded image data for background tabs in volatile memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 15 23:53:39 PDT 2023


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

            Bug ID: 254013
           Summary: keep decoded image data for background tabs in
                    volatile memory
           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

Currently with full GPU process enabled, any images we draw will result in ShareableBitmaps that are held on to by the Web process until their owning NativeImage is destroyed.  This decoded image data is often not needed when a tab has gone into the background.  Let's try moving the decoded data into volatile memory once tabs go into the background, to reduce our footprint.

-- 
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/20230316/809c7a3d/attachment.htm>


More information about the webkit-unassigned mailing list