[Webkit-unassigned] [Bug 201501] New: [JSC] Promise should put chain of reactions directly to microtask queue instead of calling enqueueJob each time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 5 00:35:07 PDT 2019


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

            Bug ID: 201501
           Summary: [JSC] Promise should put chain of reactions directly
                    to microtask queue instead of calling enqueueJob each
                    time
           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: ysuzuki at apple.com

MicrotaskQueue is FIFO. This chain of reaction can be executed as is, and there is no chance to inject other tasks between these reactions.

-- 
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/20190905/ddbb6aee/attachment.html>


More information about the webkit-unassigned mailing list