[Webkit-unassigned] [Bug 174276] New: JSC should support threads in JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 14:08:15 PDT 2017


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

            Bug ID: 174276
           Summary: JSC should support threads in JS
           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

This will be so fun.  We will use this as an umbrella for making the VM support threads.  This means:

- It will no longer be necessary to start a different VM if you're on a different thread.
- VM and Heap will become global (one per process) again.
- If the client embedding JSC wishes it, those threads will be able to share objects with each other.

-- 
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/20170707/fac6f0dd/attachment.html>


More information about the webkit-unassigned mailing list