Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b4e75f7458128ea3c2f7898b12739f3d50a86ff1
https://github.com/WebKit/WebKit/commit/b4e75f7458128ea3c2f7898b12739f3d50a86ff1
Author: Yusuke Suzuki <[email protected]>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp
Log Message:
-----------
[JSC] Fold MakeRope's constant part more
https://bugs.webkit.org/show_bug.cgi?id=294947
rdar://154254102
Reviewed by Yijia Huang.
Let's fold some part of MakeRope like,
MakeRope(constant, constant, value) => MakeRope(constant, value)
MakeRope(value, constant, constant) => MakeRope(value, constant)
MakeRope(constant) => constant
* Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp:
(JSC::DFG::StrengthReductionPhase::handleNode):
Canonical link: https://commits.webkit.org/296662@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes