[Webkit-unassigned] [Bug 180249] New: The GC load balancer should not rely on a global mutex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 1 08:32:06 PST 2017


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

            Bug ID: 180249
           Summary: The GC load balancer should not rely on a global mutex
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

The Heap::m_markingMutex was a great first attempt at synchronizing a load balancer.  It's amazing how long that thing has survived.  But profiling shows that this is one of the most (and sometimes the absolute most) contended mutex in WebKit when running Speedometer.

-- 
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/20171201/8e283d93/attachment-0001.html>


More information about the webkit-unassigned mailing list