[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:52:03 PDT 2009


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





--- Comment #16 from Peter Kasting <pkasting at google.com>  2009-08-12 12:52:01 PDT ---
(In reply to comment #15)
> 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.)

Not sure it'd be a big win since image decoding only happens on-demand, when
the image is actually going to be drawn onscreen.  Maybe for lots of images
that are all visible at once.  I haven't given it a lot of thought.  Consider
asking dhyatt on IRC.

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