Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d75c7b382d2877d17a3e91d0e91cb002a315b0b3
https://github.com/WebKit/WebKit/commit/d75c7b382d2877d17a3e91d0e91cb002a315b0b3
Author: Sergey Rubanov <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
A JSTests/wasm/stress/any-convert-extern.js
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC][Wasm] Inline any.convert_extern
https://bugs.webkit.org/show_bug.cgi?id=322781
Reviewed by Yusuke Suzuki.
extern.convert_any is already a move. any.convert_extern now is too,
except when the value is a double, which still calls
operationWasmAnyConvertExtern to canonicalize a strict i31.
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
* JSTests/wasm/stress/any-convert-extern.js: Added.
Canonical link: https://commits.webkit.org/320173@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications