Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2524255c3ed20f4397266b08c06d37d496b59c6e
https://github.com/WebKit/WebKit/commit/2524255c3ed20f4397266b08c06d37d496b59c6e
Author: Marcus Plutowski <[email protected]>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M Source/bmalloc/libpas/src/libpas/pas_mte.h
M Source/bmalloc/libpas/src/libpas/pas_stats.c
M Source/bmalloc/libpas/src/libpas/pas_stats.h
Log Message:
-----------
[libpas] Add stat counter for MTE tag writes
https://bugs.webkit.org/show_bug.cgi?id=305070
rdar://167718427
Reviewed by Dan Hecht.
This is helpful for considering the effect of different tagging
policies on how much memory we tag, both for performance and
(to a lesser extent) security.
This also demacroifies the tag-setting code while I'm touching it
anyways, as the actual code-change there is only one line and thus
should be easy to distinguish from the rest.
Canonical link: https://commits.webkit.org/305426@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications