Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7cc4c20d602c82ac747041a1ebedec3d80358d0e
https://github.com/WebKit/WebKit/commit/7cc4c20d602c82ac747041a1ebedec3d80358d0e
Author: Yusuke Suzuki <[email protected]>
Date: 2026-01-21 (Wed, 21 Jan 2026)
Changed paths:
M Source/JavaScriptCore/b3/B3LowerMacros.cpp
Log Message:
-----------
[JSC] WasmStructNew can always get non-null allocator from instance
https://bugs.webkit.org/show_bug.cgi?id=305916
rdar://168571355
Reviewed by Keith Miller.
Since JSWebAssemblyInstance fills all allocator slots with non-null, we
do not need to do a null check here.
* Source/JavaScriptCore/b3/B3LowerMacros.cpp:
Canonical link: https://commits.webkit.org/305976@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications