[Webkit-unassigned] [Bug 231237] New: Pass experimental feature flags (from WTF) to JSC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 5 09:58:49 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231237
Bug ID: 231237
Summary: Pass experimental feature flags (from WTF) to JSC
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gsnedders at apple.com
CC: fpizlo at apple.com, webkit-bug-importer at group.apple.com,
ysuzuki at apple.com
Eric Meyer asked on Slack:
> The TP133 notes say one can enable Temporal using the flag --useTemporal=1. How exactly does one flip that flag so as to test Temporal?
The answer as many of us here know:
> When launching Safari from CLI, passing __XPC_JSC_useTemporal=1 environment variable.
It's somewhat surprising that we don't expose this through the experimental features menu (and it means that you can't toggle such features on iOS), and we should fix things so that we can pass the flags through (per Yusuke, "WebCore’s experimental feature mechanism is not piped to JSC").
--
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/20211005/e37a8f9e/attachment.htm>
More information about the webkit-unassigned
mailing list