Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5e551b0a24ed5c92857c1ba09ae777627a245c61
https://github.com/WebKit/WebKit/commit/5e551b0a24ed5c92857c1ba09ae777627a245c61
Author: islandryu <[email protected]>
Date: 2026-09-23 (Wed, 23 Sep 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC] Do not emit redundant address Add for OMG stack arguments and results
https://bugs.webkit.org/show_bug.cgi?id=324945
Reviewed by Yusuke Suzuki.
Removed the redundant offset computation from the frame pointer. It is
eventually eliminated by the optimization phase, but it can already be folded
away at IR-generation time.
Testing: It should be covered by existing tests.
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::addArguments):
(JSC::Wasm::OMGIRGenerator::addReturn):
Canonical link: https://commits.webkit.org/321767@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications