[webkit-changes] [WebKit/WebKit] 2c0494: [JSC] Stop ignoring useWebAssembly=1 when JIT is d...
Ross Kirsling
noreply at github.com
Wed Nov 1 19:38:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2c0494fcc3fe018670c408476931c3698d9b2ee2
https://github.com/WebKit/WebKit/commit/2c0494fcc3fe018670c408476931c3698d9b2ee2
Author: Ross Kirsling <rkirsling at gmail.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M Source/JavaScriptCore/runtime/Options.cpp
Log Message:
-----------
[JSC] Stop ignoring useWebAssembly=1 when JIT is disabled
https://bugs.webkit.org/show_bug.cgi?id=263763
Reviewed by Justin Michaud.
It's true that WebAssembly won't yet *run* sensibly with JIT off,
but ENABLE(WEBASSEMBLY) && !ENABLE(JIT) *is* a valid build configuration now,
so JSC should permit enabling useWebAssembly even when JIT is disabled.
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::disableAllJITOptions):
Canonical link: https://commits.webkit.org/270100@main
More information about the webkit-changes
mailing list