Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7759a91199f95daa6adcbc32f89cd0d41fe76ffe
https://github.com/WebKit/WebKit/commit/7759a91199f95daa6adcbc32f89cd0d41fe76ffe
Author: Shu-yu Guo <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmIPIntSlowPaths.cpp
Log Message:
-----------
[JSC] Use FrameTracer in IPInt memory_grow operation
https://bugs.webkit.org/show_bug.cgi?id=308560
rdar://171061250
Reviewed by Yusuke Suzuki.
Wasm::growMemory can trigger a callback that's set at the time of instance
creation. This callback can trigger GC and therefore update ShadowChicken, thus
the need for the FrameTracer.
Canonical link: https://commits.webkit.org/308207@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications