Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c1bdc51dd27b5cf136f4b7df4bfc6b12b9e2ab9a
https://github.com/WebKit/WebKit/commit/c1bdc51dd27b5cf136f4b7df4bfc6b12b9e2ab9a
Author: Dan Blackwell <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M Source/ThirdParty/ANGLE/src/compiler/translator/msl/EmitMetal.cpp
Log Message:
-----------
[TSan] ANGLE: emitMetalCallCount should be std::atomic
https://bugs.webkit.org/show_bug.cgi?id=313439
Reviewed by Kimmo Kinnunen.
The MSL backend's emitMetalCallCount debug counter is a plain
static size_t incremented from whichever thread is compiling a
shader; make it std::atomic.
* Source/ThirdParty/ANGLE/src/compiler/translator/msl/EmitMetal.cpp:
Canonical link: https://commits.webkit.org/312148@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications