[Webkit-unassigned] [Bug 174081] New: [WTF] Implemet WTF::ThreadGroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 2 18:10:40 PDT 2017


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

            Bug ID: 174081
           Summary: [WTF] Implemet WTF::ThreadGroup
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

Currently, JSC has MachineThreads, which is a thread group.
However, it's implementation is a bit hacky: removing a dead thread from this group depends on per-MachineThreads' TLS destructor.
But it is not good. It exhausts so many TLS if we have many MachineThreads, which is not considered in Windows environment right now.

Let's move this to WTF.

-- 
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/20170703/09f7f118/attachment-0001.html>


More information about the webkit-unassigned mailing list