Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 798b6ba2bd68b9c0b55d6086a0c180ece54b5c0f
https://github.com/WebKit/WebKit/commit/798b6ba2bd68b9c0b55d6086a0c180ece54b5c0f
Author: Sergey Rubanov <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M Source/JavaScriptCore/b3/B3AbstractHeapRepository.h
M Source/JavaScriptCore/wasm/WasmBBQJIT64.cpp
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
M Source/JavaScriptCore/wasm/WasmTable.h
Log Message:
-----------
[JSC][Wasm] Inline table.get for externref and anyref
https://bugs.webkit.org/show_bug.cgi?id=198506
Reviewed by Yusuke Suzuki.
BBQ and OMG now emit a bounds check against Table length and a load from
ExternOrAnyRefTable::m_jsValues.
* Source/JavaScriptCore/b3/B3AbstractHeapRepository.h:
* Source/JavaScriptCore/wasm/WasmBBQJIT64.cpp:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
* Source/JavaScriptCore/wasm/WasmTable.h:
Canonical link: https://commits.webkit.org/320002@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications