[Webkit-unassigned] [Bug 28876] [Qt] reduce peak memory consumption of text decoding.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 10:02:16 PDT 2009


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


Yongjun Zhang <yongjun.zhang at nokia.com> changed:

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




--- Comment #1 from Yongjun Zhang <yongjun.zhang at nokia.com>  2009-09-01 10:02:15 PDT ---
Created an attachment (id=38868)
 --> (https://bugs.webkit.org/attachment.cgi?id=38868)
Cut big input buffer to small buffers to reduce peak memory during decoding.

The fix cuts big input buffer to small buffers and feed them to the decoder;
the decoded result is appended into the output buffer. This way, we can save
~40% of memory consumption.  (5x of input buffer to 3x input buffer).

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