Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ddad2a1c101e319e5a7fcc89f59855438a3e646
https://github.com/WebKit/WebKit/commit/0ddad2a1c101e319e5a7fcc89f59855438a3e646
Author: Sergey Rubanov <[email protected]>
Date: 2026-09-04 (Fri, 04 Sep 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmIRGeneratorHelpers.h
Log Message:
-----------
[JSC][Wasm] Use ARM64 post-index in the restore-frame copy
https://bugs.webkit.org/show_bug.cgi?id=323374
Reviewed by Yusuke Suzuki.
The wasm-to-wasm restore-frame copy loop does loadPair64, storePair64
at base minus restoreFrameSize, then addPtr 16. ARM64 already has
loadPair64(PostIndexAddress). Fold the increment into the load and
store at the adjusted negative offset. Other architectures keep the
add.
* Source/JavaScriptCore/wasm/WasmIRGeneratorHelpers.h:
Canonical link: https://commits.webkit.org/320516@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications