Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fd15e0d70ab15f85ebcc9f8cad3f918e329d971c
https://github.com/WebKit/WebKit/commit/fd15e0d70ab15f85ebcc9f8cad3f918e329d971c
Author: Shu-yu Guo <[email protected]>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmIPIntSlowPaths.cpp
M Source/JavaScriptCore/wasm/WasmOperations.cpp
Log Message:
-----------
[JSC] Use FrameTracer in wasm table_init operations
https://bugs.webkit.org/show_bug.cgi?id=307193
rdar://169516258
Reviewed by Yusuke Suzuki.
JSWebAssemblyInstance::tableInit can materialize wrapper functions for string
imports, which is a GC allocation, and therefore need a FrameTracer to account
for ShadowChicken updates.
Canonical link: https://commits.webkit.org/306979@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications