[Webkit-unassigned] [Bug 43903] Speeding up SVG filters with multicore (SMP) support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 7 12:48:34 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=43903
--- Comment #41 from Zoltan Herczeg <zherczeg at webkit.org> 2011-04-07 12:48:32 PST ---
(In reply to comment #40)
> So, are you saying that we'd just pass INT_MAX as optimal number of threads? Even if that works, it sounds like an abuse.
hmmmm, not exactly. I would rather say that the optimal number would depend on the input, like we want to start a job for each 5000 pixels (don't think every pixel should have an own thread...), so the optimal would be round_up(width * height / 5000)
> I think that using parallelism more would be a good topic for WebKit contributor meeting discussion this month.
Absolutely true. Unfortunately we can't be there in person. I hope we could follow you somehow, like mails, or something...
--
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