RESOLVED FIXED 154172
[Mac] BitmapImage::decodedDataIsPurgeable() is telling lies and causing massive memory usage.
https://bugs.webkit.org/show_bug.cgi?id=154172
Summary [Mac] BitmapImage::decodedDataIsPurgeable() is telling lies and causing massi...
Andreas Kling
Reported 2016-02-12 09:07:32 PST
The mechanism we were depending on in CA is no longer in place. Now we're just caching every single frame and none of them are purgeable. Yikes!
Attachments
Patch (7.14 KB, patch)
2016-02-12 09:10 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2016-02-12 09:10:37 PST
Created attachment 271176 [details] Patch Go back to the old way of doing things. There are better ways of doing these things, but let's get out of crazy memory usage land first of all.
WebKit Commit Bot
Comment 2 2016-02-12 10:34:59 PST
Comment on attachment 271176 [details] Patch Clearing flags on attachment: 271176 Committed r196483: <http://trac.webkit.org/changeset/196483>
WebKit Commit Bot
Comment 3 2016-02-12 10:35:03 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.