[Webkit-unassigned] [Bug 44806] New: Use purgeable memory to keep more dead resources in cache
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 27 17:40:08 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44806
Summary: Use purgeable memory to keep more dead resources in
cache
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
When we have purgeable memory available, we should be able to hold on to more objects that the dead size limit of the WebCore cache. Since the data is kept in purgeable pages, we can keep the CachedResource objects around until the kernel decides to reclaim the pages. At which point we can delete the cached resources.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list