[webkit-changes] [WebKit/WebKit] abc8c2: BBQJIT: work around invalid instruction selection ...
aoikonomopoulos
noreply at github.com
Fri Oct 4 13:59:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: abc8c2e65dcf874e07b95df594f067cdbebab163
https://github.com/WebKit/WebKit/commit/abc8c2e65dcf874e07b95df594f067cdbebab163
Author: Angelos Oikonomopoulos <angelos at igalia.com>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
Log Message:
-----------
BBQJIT: work around invalid instruction selection on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=280891
Reviewed by Justin Michaud.
For encoding reasons, not all register arguments to sub are compatible
with a destination of sp on ARMv7. Work around this by using a scratch
register as the destination (on ARMv7 only).
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::addCall):
(JSC::Wasm::BBQJITImpl::BBQJIT::emitIndirectCall):
Canonical link: https://commits.webkit.org/284704@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