[webkit-changes] [WebKit/WebKit] 7d7d66: [ARMv7] Some simple armv7 fixes
Justin Michaud
noreply at github.com
Mon Oct 7 11:16:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7d7d66f0624aaa42d2a78062e1e675811837fa32
https://github.com/WebKit/WebKit/commit/7d7d66f0624aaa42d2a78062e1e675811837fa32
Author: Justin Michaud <jmichaud at igalia.com>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
M Source/JavaScriptCore/llint/WebAssembly.asm
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
M Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp
M Source/JavaScriptCore/wasm/WasmSlowPaths.cpp
Log Message:
-----------
[ARMv7] Some simple armv7 fixes
https://bugs.webkit.org/show_bug.cgi?id=280930
Reviewed by Yusuke Suzuki.
Many recent changes have broken the ARMv7 build. This patch fixes a few more
test cases.
* Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:
(JSC::LLInt::LLINT_SLOW_PATH_DECL):
* Source/JavaScriptCore/llint/WebAssembly.asm:
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::addThrowRef):
* Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::emitCatchTableImpl):
(JSC::Wasm::BBQJITImpl::BBQJIT::emitMoveRegister):
* Source/JavaScriptCore/wasm/WasmSlowPaths.cpp:
(JSC::LLInt::WASM_SLOW_PATH_DECL):
Canonical link: https://commits.webkit.org/284771@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list