[Webkit-unassigned] [Bug 49659] UpdateChunk's need too many memory allocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 16:36:35 PST 2010


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


Balazs Kelemen <kbalazs at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.poulain at nokia.com




--- Comment #11 from Balazs Kelemen <kbalazs at webkit.org>  2010-11-17 16:36:34 PST ---
(In reply to comment #10)
> (From update of attachment 74117 [details])
> I don't think this is a good idea. You've essentially doubled the backing store memory usage for a static page. 
> 
> A better solution would be to use a pool of shared memory that could be used for update chunks.

That is what we do in Qt right now ,but currently the mechanism we have
is not  clever  enough, most importantly because it does not ever release 
unused chunks). I have choose this conservative approach because it is 
simple and it minimizes the number of memory allocations we need. 
I will investigate in the pooling approach furthermore.

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