Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 066fbb7ab98878ae994074eb8e64fe5e70ca431d
https://github.com/WebKit/WebKit/commit/066fbb7ab98878ae994074eb8e64fe5e70ca431d
Author: Keith Miller <[email protected]>
Date: 2026-05-01 (Fri, 01 May 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmCalleeGroup.cpp
M Source/JavaScriptCore/wasm/WasmIPIntPlan.cpp
M Source/JavaScriptCore/wasm/WasmIPIntPlan.h
M Source/JavaScriptCore/wasm/WasmModule.cpp
Log Message:
-----------
[IPInt] Plan should have a RefPtr to the callees
https://bugs.webkit.org/show_bug.cgi?id=313774
rdar://175967204
Reviewed by Yusuke Suzuki.
Right now it's a raw pointer to the data. This is both hard to reason
about and not SaferCPP friendly. Let's just take a ref to the callee
list. This also makes adopting a lazy parse less weird.
No new tests, no behavior change. Covered by existing tests.
Canonical link: https://commits.webkit.org/312426@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications