Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0aad9d201dac83255ae9081b9d2e90017eddf38a
https://github.com/WebKit/WebKit/commit/0aad9d201dac83255ae9081b9d2e90017eddf38a
Author: Dan Hecht <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M Source/WTF/wtf/IntervalSet.h
Log Message:
-----------
[JSC] IntervalSet::verifyCoverageConsistency should be a no-op in Release
https://bugs.webkit.org/show_bug.cgi?id=324759
rdar://188032990
Reviewed by Yusuke Suzuki.
ASSERT_ENABLED is always defined (either 0 or 1) so it should be #if.
This causes unnecessary work to happen on insert/erase.
* Source/WTF/wtf/IntervalSet.h:
(WTF::IntervalSet::verifyCoverageConsistency):
Canonical link: https://commits.webkit.org/321603@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications