[mac] DocumentLoader::m_resourcesClientKnowsAbout holds a reference to all loaded URLs, wasting lots of memory
https://bugs.webkit.org/show_bug.cgi?id=61904
Summary [mac] DocumentLoader::m_resourcesClientKnowsAbout holds a reference to all lo...
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.