[Webkit-unassigned] [Bug 28130] [Haiku] Adding Image-specific files to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 12:37:05 PDT 2009


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





--- Comment #15 from Ryan Leavengood <leavengood at gmail.com>  2009-08-12 12:37:04 PDT ---
(In reply to comment #13)
> 
> Beware of the potential cost of that, if fitting it into WebCore involves e.g.
> copying an image's data, or doing more than one conversion.  Decoding images
> has to be really, really fast in a web browser :)

Actually this has made me wonder: have you guys ever considered moving image
loading and decoding into another thread? Maybe that would add unnecessary
complexity and locking issues but at first glance it seems like something that
would benefit from parallelism (multiple cores and all being common these
days.)

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