[webkit-changes] [WebKit/WebKit] 441ba4: Ensure validity of ENABLE(WEBASSEMBLY) without ENA...
Ross Kirsling
noreply at github.com
Wed Jul 5 19:09:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 441ba4d830a01083c3ec189832d9163697c9385d
https://github.com/WebKit/WebKit/commit/441ba4d830a01083c3ec189832d9163697c9385d
Author: Ross Kirsling <rkirsling at gmail.com>
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
More information about the webkit-changes
mailing list