Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9d669df467d80b62e5469b77f257ed3a171b4f70
https://github.com/WebKit/WebKit/commit/9d669df467d80b62e5469b77f257ed3a171b4f70
Author: Marcus Plutowski <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WTF/wtf/WTFConfig.cpp
M Source/WTF/wtf/WTFConfig.h
M Source/bmalloc/bmalloc/GigacageConfig.h
M Source/bmalloc/libpas/src/libpas/pas_mte_config.c
M Source/bmalloc/libpas/src/libpas/pas_mte_config.h
Log Message:
-----------
[libpas] Remove dead code in pas_mte_config.c
https://bugs.webkit.org/show_bug.cgi?id=309830
rdar://172410789
Reviewed by Yijia Huang.
Neither the tagging-rate code nor the useAllocationProfiling pathway
are used by anyone at this point; removing them simplifies the code.
This also removes the reserved config bytes for the allocation-profiling
code, which are similarly no longer in use.
Envvars which are no longer supported after this patch:
- JSC_useAllocationProfiling
- JSC_allocationProfilingMode
- MTE_taggingRate
- MTE_taggingRateForWebContent
Canonical link: https://commits.webkit.org/309372@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications