Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 98007ce32048c750eb1a67543055cec022e4eef4
https://github.com/WebKit/WebKit/commit/98007ce32048c750eb1a67543055cec022e4eef4
Author: Sergey Rubanov <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
A JSTests/wasm/stress/ref-func-wrapper-identity.js
M Source/JavaScriptCore/b3/B3AbstractHeapRepository.h
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
M Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.cpp
M Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.h
Log Message:
-----------
[JSC][Wasm] Inline ref.func
https://bugs.webkit.org/show_bug.cgi?id=322530
Reviewed by Yusuke Suzuki.
Store function wrappers in a trailing instance array and load the slot
in BBQ and OMG. Call ensure only when the slot is empty.
* Source/JavaScriptCore/b3/B3AbstractHeapRepository.h:
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
* Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.cpp:
* Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.h:
* JSTests/wasm/stress/ref-func-wrapper-identity.js: Added.
Canonical link: https://commits.webkit.org/320054@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications