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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 12:09:16 PST 2009


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

           Summary: [Qt] Avoid QThread overhead on Unix platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benjamin.poulain at nokia.com
                CC: benjamin.poulain at nokia.com


QThread has a non-negligible overhead. On Linux devices, this is noticeable,
because of the accesses to WTF::currentThread() for which QThread's TLS is
slower to access.

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