Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5c70d97af529f7ea53b2c25e44d1273859732fd6
https://github.com/WebKit/WebKit/commit/5c70d97af529f7ea53b2c25e44d1273859732fd6
Author: Fady Farag <[email protected]>
Date: 2026-01-26 (Mon, 26 Jan 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGForAllKills.h
M Source/WTF/wtf/StdLibExtras.h
Log Message:
-----------
Adopt C++20 Concepts in dfg/DFGForAllKills
https://bugs.webkit.org/show_bug.cgi?id=306184
rdar://168838541
Reviewed by Sam Weinig.
This turns implicit expectations about functor signatures into enforceable
constraints, improving compiler error messages and code readability.
* Source/JavaScriptCore/dfg/DFGForAllKills.h:
(JSC::DFG::forAllKilledNodesAtNodeIndex): Deleted.
(JSC::DFG::forAllKillsInBlock): Deleted.
* Source/WTF/wtf/StdLibExtras.h:
Canonical link: https://commits.webkit.org/306254@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications