[Webkit-unassigned] [Bug 180024] WorkQueue::concurrentApply() and ParallelJobs do the same thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 27 08:19:48 PST 2017


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Sam says:

> > Source/WebCore/platform/graphics/filters/FEMorphology.cpp:195
> >          ParallelJobs<PlatformApplyParameters> parallelJobs(&WebCore::FEMorphology::platformApplyWorker, optimalThreadNumber);
> 
> No strictly related to this patch, but I checked what we were using for
> ParallelJobs, saw that ParallelJobsLibdispatch (which I assume we are using)
> uses dispatch_apply with a global queue. I believe using DISPATCH_APPLY_AUTO
> for the queue will work better.

so that's worth testing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171127/86e28fda/attachment.html>


More information about the webkit-unassigned mailing list