Bug 61904

Summary: [mac] DocumentLoader::m_resourcesClientKnowsAbout holds a reference to all loaded URLs, wasting lots of memory
Product: WebKit Reporter: James Robinson <jamesr>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, beidson, eric, jamesr, koivisto, psolanki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

James Robinson
Reported 2011-06-01 22:04:37 PDT
See bug 61894. I'm not sure why this set is needed or if it is still necessary for the mac port, but it can lead to lots of wasted memory on test cases like 61006. If this can be removed, great! Otherwise this should probably be moved to the WebKit layer and utilize some method to save memory, possibly by storing a more compact representation instead of the full URL string or by only caching some URLs.
Attachments
Brady Eidson
Comment 1 2011-06-01 22:47:48 PDT
Note You need to log in before you can comment on or make changes to this bug.