Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c9022c6e5ac10b05b0eb4b98eb64843422848598
https://github.com/WebKit/WebKit/commit/c9022c6e5ac10b05b0eb4b98eb64843422848598
Author: Justin Michaud <[email protected]>
Date: 2026-07-02 (Thu, 02 Jul 2026)
Changed paths:
M Source/JavaScriptCore/dfg/DFGArrayMode.h
M Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
M Source/WTF/wtf/StdLibExtras.h
Log Message:
-----------
Drive-by cleanups in IRO and ArrayMode
https://bugs.webkit.org/show_bug.cgi?id=316679
Reviewed by Yusuke Suzuki.
Add some missing NODELETES to help with some other patches I have
in progress; Also, fix an issue where hashes involving ArrayMode
can sometimes be wrong because of padding bits.
* Source/JavaScriptCore/dfg/DFGArrayMode.h:
(JSC::DFG::ArrayMode::ArrayMode):
* Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp:
* Source/WTF/wtf/StdLibExtras.h:
(WTF::min):
(WTF::max):
* Source/WTF/wtf/module.modulemap:
Canonical link: https://commits.webkit.org/316395@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications