Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 828243dd39f941f1f0f4daf1750a73ca23c75a23
https://github.com/WebKit/WebKit/commit/828243dd39f941f1f0f4daf1750a73ca23c75a23
Author: Vitaly Dyachkov <[email protected]>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M Source/WTF/wtf/SystemTracing.h
Log Message:
-----------
[GTK][WPE] Support `uintptr_t` as the first parameter of
`WTF{Emit,Begin,End}Signpost`
https://bugs.webkit.org/show_bug.cgi?id=309059
Reviewed by Claudio Saavedra.
Starting from 300860@main the first argument of `WTF{Emit,Begin,End}Signpost`
can be of type `uintptr_t`, but Sysprof implementation only takes a pointer.
This patch adds support for `uintptr_t` by reinterpreting it as a
pointer when calling `SysprofAnnotator`. This is safe because
`SysprofAnnotator` only uses the value as an opaque identifier and does
not dereference it.
* Source/WTF/wtf/SystemTracing.h:
Canonical link: https://commits.webkit.org/308551@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications