[Webkit-unassigned] [Bug 174298] New: It should be easy to decide how WebKit yields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 9 11:17:39 PDT 2017


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

            Bug ID: 174298
           Summary: It should be easy to decide how WebKit yields
           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

Currently, we call std::this_thread::yield(), which is super silly.  In all other regards, we go to the bare metal for threads.  We should use a syscall via a WTF abstraction, rather than using a C++ standard library abstraction.

-- 
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/20170709/c56726bc/attachment.html>


More information about the webkit-unassigned mailing list