[Webkit-unassigned] [Bug 68353] [Qt] Apply ParalellJobs for ImageBuffer::platformTransformColorSpace method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 5 02:14:00 PDT 2011


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





--- Comment #22 from Andras Piroska <pandras at inf.u-szeged.hu>  2011-10-05 02:13:59 PST ---
> Fair enough. So what about a 100x1000 image? That would use a single thread with this formula, and seems like an awesome candidate for more parallelization. (Please correct me if I'm wrong. :)
In this case the image slices are too small (at 2 cores: 50x1000, that implies so many pixels than a 200x250 sized image)

> The worker function could be a one-liner that calls an inline function with the appropriate parameters.
Possible to write an additional method, that take out the fields of this struct and pass these parameters to the actual worker function.

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