[webkit-reviews] review denied: [Bug 49659] UpdateChunk's need too many memory allocation : [Attachment 74117] Speculatively build fixed patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 10:13:48 PST 2010


Anders Carlsson <andersca at apple.com> has denied Balazs Kelemen
<kbalazs at webkit.org>'s request for review:
Bug 49659: UpdateChunk's need too many memory allocation
https://bugs.webkit.org/show_bug.cgi?id=49659

Attachment 74117: Speculatively build fixed patch.
https://bugs.webkit.org/attachment.cgi?id=74117&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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.


More information about the webkit-reviews mailing list