[Webkit-unassigned] [Bug 69515] [Qt] Parallel imagedecoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 00:19:57 PST 2012


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





--- Comment #6 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2012-02-21 00:19:57 PST ---
The current design delays decoding until painting, but your patch seems to decode an image as soon as all data is received. It means the new parallel image decoder eagerly decodes all the images even though many of them end up not being drawn to screen. Is this an acceptable change considering the performance gain?

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