Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2c0494fcc3fe018670c408476931c3698d9b2ee2
      
https://github.com/WebKit/WebKit/commit/2c0494fcc3fe018670c408476931c3698d9b2ee2
  Author: Ross Kirsling <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to