Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d37295c826a2729b3958abacfcfb17ceb11ccd5d
https://github.com/WebKit/WebKit/commit/d37295c826a2729b3958abacfcfb17ceb11ccd5d
Author: Justin Michaud <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp
Log Message:
-----------
Teach Integer Range Optimization about ToLength
https://bugs.webkit.org/show_bug.cgi?id=302759
Reviewed by Keith Miller.
This change allows IRO to infer that ToLength(l) == l if we can prove that
l >= 0.
* Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp:
Canonical link: https://commits.webkit.org/303358@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications