[Webkit-unassigned] [Bug 252637] New: Lazily allocate ResourceResponse within CachedResource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 20 17:23:44 PST 2023


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

            Bug ID: 252637
           Summary: Lazily allocate ResourceResponse within CachedResource
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: beidson at apple.com

CachedResource objects often don't have an initialised ResourceResponse, especially in the case of Fonts.

We can move the ResourceResponse (and associated response data) into a lazily allocated inner structure to save memory.

-- 
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/20230221/2f268a6c/attachment-0001.htm>


More information about the webkit-unassigned mailing list