Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 14c9a4cfcf8a7f63dfcb2af6672ca9ee81cde228
https://github.com/WebKit/WebKit/commit/14c9a4cfcf8a7f63dfcb2af6672ca9ee81cde228
Author: Cole Carley <[email protected]>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmAddressType.cpp
M Source/JavaScriptCore/wasm/WasmAddressType.h
M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
M Source/JavaScriptCore/wasm/WasmOperationsInlines.h
Log Message:
-----------
Add Memory64 support for memory grow and size in OMG tier
https://bugs.webkit.org/show_bug.cgi?id=311449
rdar://174044445
Reviewed by Keith Miller.
This patch adds support for memory.grow and memory.size
in the OMG tier
* Source/JavaScriptCore/wasm/WasmAddressType.cpp:
(JSC::Wasm::AddressType::asWasmTypeKind const):
(JSC::Wasm::AddressType::asB3TypeKind const):
(JSC::Wasm::AddressType::asTypeKind const): Deleted.
* Source/JavaScriptCore/wasm/WasmAddressType.h:
* Source/JavaScriptCore/wasm/WasmBBQJIT.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::addGrowMemory):
(JSC::Wasm::BBQJITImpl::BBQJIT::addCurrentMemory):
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::addGrowMemory):
(JSC::Wasm::OMGIRGenerator::addCurrentMemory):
* Source/JavaScriptCore/wasm/WasmOperationsInlines.h:
(JSC::Wasm::growMemory):
Canonical link: https://commits.webkit.org/311464@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications