[Webkit-unassigned] [Bug 156147] [JSC] implement async functions proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 17:23:50 PDT 2016


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

--- Comment #44 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
JSC::Options is initialized during JSC::initializeThreading(), and the flag state is stored statically --- RuntimeFlags is currently closely associated with JSGlobalObject, and the flags can be stored in a port-independent manner, retrieved via a method virtual method.

For the Parser to get at these flags, something else holding the flag needs to be accessible --- even when a JSGlobalObject isn't (which is the case when Functions need to be reparsed, for example).

Having lots of different copies of these runtime flags seems problematic in case they get out of sync somehow, so it's not necessarily the right way to go about setting these.

-- 
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/20160409/26cd86dd/attachment.html>


More information about the webkit-unassigned mailing list