[Webkit-unassigned] [Bug 235635] New: Optimize CachedRawResource memory use in case of DataBufferingPolicy::DoNotBufferData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 26 02:51:33 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=235635
Bug ID: 235635
Summary: Optimize CachedRawResource memory use in case of
DataBufferingPolicy::DoNotBufferData
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: youennf at gmail.com
We are currently storing the whole response in CachedResource::m_data, even if the policy is DataBufferingPolicy::DoNotBufferData.
CachedResource::m_data is set to nullptr in CachedRawResource::didFailLoading.
This begs the question whether we could try to keep m_data to nullptr throughout the load.
--
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/20220126/33fecc62/attachment.htm>
More information about the webkit-unassigned
mailing list