[Webkit-unassigned] [Bug 32677] [Qt] Avoid QThread overhead on Unix platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 12:11:18 PST 2009


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





--- Comment #1 from Benjamin Poulain <benjamin.poulain at nokia.com>  2009-12-17 12:11:14 PST ---
Created an attachment (id=45100)
 --> (https://bugs.webkit.org/attachment.cgi?id=45100)
Use pthread instead of QThread on Unix

We don't use any feature of QThread, and Webkit already provide a good
implementation of pthread. We can use the Webkit implementation on the relevant
platform.

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