Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 20d622b6d656cb7de8d97480534d15edb08aac78
https://github.com/WebKit/WebKit/commit/20d622b6d656cb7de8d97480534d15edb08aac78
Author: Jean-Yves Avenard <[email protected]>
Date: 2026-08-18 (Tue, 18 Aug 2026)
Changed paths:
M Source/JavaScriptCore/wasm/WasmCalleeGroup.cpp
M Source/JavaScriptCore/wasm/WasmCalleeGroup.h
Log Message:
-----------
Build failure when building for GTK using clang 18
https://bugs.webkit.org/show_bug.cgi?id=321997
rdar://185184098
Unreviewed build fix.
Replace BBQCalleeReference::operator= with set() to fix -Wthread-safety-precise
on GTK
Aliasing slot->m_bbqCallee into a local reference silenced the analyzer for the
named-method calls but not for the
assignment, because clang never substitutes the object expression into a lock
attribute when the function is called
through operator syntax — so the operator itself had to go, not the callsite
spelling.
* Source/JavaScriptCore/wasm/WasmCalleeGroup.cpp:
(JSC::Wasm::CalleeGroup::installOptimizedCallee):
* Source/JavaScriptCore/wasm/WasmCalleeGroup.h:
Canonical link: https://commits.webkit.org/319355@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications