[Webkit-unassigned] [Bug 159384] New: WTF::Lock should support eventual fairness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 1 21:09:08 PDT 2016


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

            Bug ID: 159384
           Summary: WTF::Lock should support eventual fairness
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

For critical sections that are held for a long time, it makes sense to have a completely fair lock, since the cost of forced context switches is small by comparison to the cost of waiting on a thread that barged into the lock.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160702/986b45d4/attachment.html>


More information about the webkit-unassigned mailing list