RESOLVED FIXED 13187
Cap live resource decoded data in WebCore memory cache
https://bugs.webkit.org/show_bug.cgi?id=13187
Summary Cap live resource decoded data in WebCore memory cache
Dave Hyatt
Reported 2007-03-24 18:10:15 PDT
This patch caps the amount of live decoded data that can stick around. It also improves flushing to be less biased against decoded data (so that a better balance can be struck between encoded/decoded data). It also adds more statistics information to be able to see live and decoded sizes.
Attachments
Patch that implements the live resource cap (24.81 KB, patch)
2007-03-24 18:10 PDT, Dave Hyatt
darin: review+
Dave Hyatt
Comment 1 2007-03-24 18:10:55 PDT
Created attachment 13805 [details] Patch that implements the live resource cap
Darin Adler
Comment 2 2007-03-24 20:15:32 PDT
Comment on attachment 13805 [details] Patch that implements the live resource cap I think the name decodedSizeWillChange would be clearer than decodedSizeChanging. r=me
Dave Hyatt
Comment 3 2007-03-24 23:10:32 PDT
Landed in r20478.
Note You need to log in before you can comment on or make changes to this bug.