Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 441ba4d830a01083c3ec189832d9163697c9385d
      
https://github.com/WebKit/WebKit/commit/441ba4d830a01083c3ec189832d9163697c9385d
  Author: Ross Kirsling <[email protected]>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/interpreter/StackVisitor.cpp
    M Source/JavaScriptCore/wasm/WasmCallee.cpp
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h
    M Source/JavaScriptCore/wasm/js/WebAssemblyExceptionConstructor.cpp

  Log Message:
  -----------
  Ensure validity of ENABLE(WEBASSEMBLY) without ENABLE(WEBASSEMBLY_B3JIT)
https://bugs.webkit.org/show_bug.cgi?id=258554

Reviewed by Justin Michaud.

As a step toward having JITless WASM, we must ensure that the WASM build isn't 
secretly depending on B3.
This patch corrects a few neglected locations.

* Source/JavaScriptCore/interpreter/StackVisitor.cpp:
(JSC::StackVisitor::readInlinableWasmFrame):
* Source/JavaScriptCore/wasm/WasmCallee.cpp:
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseBody):
(JSC::Wasm::FunctionParser<Context>::parseExpression):
(JSC::Wasm::FunctionParser<Context>::parseUnreachableExpression):
* Source/JavaScriptCore/wasm/js/WebAssemblyExceptionConstructor.cpp:

Canonical link: https://commits.webkit.org/265786@main


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

Reply via email to