[Webkit-unassigned] [Bug 30210] [Cache] Add embedded profile to prune decoded resources more early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 07:39:29 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30210


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40869|                            |review?
               Flag|                            |




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2009-10-08 07:39:29 PDT ---
Created an attachment (id=40869)
 --> (https://bugs.webkit.org/attachment.cgi?id=40869)
Add proof of concept for the approach

I'm mostly seeking for feedback on if this is a good way to limit the memory
usage. In the worse case the same image will be decoded more than once during
painting. I would solve this in the ImageDecoder to asynchronously decode
images.

The proposed patch adds a new EMBEDDED_PROFILE that will in general prefer
memory usage over speed. The proposed code will not add any branch or
assignment for the normal build.

-- 
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