Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ec466b410b38256372c4691f8f402b6f565ac2c
https://github.com/WebKit/WebKit/commit/3ec466b410b38256372c4691f8f402b6f565ac2c
Author: Yusuke Suzuki <[email protected]>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp
M Source/JavaScriptCore/dfg/DFGMayExit.cpp
M Source/JavaScriptCore/dfg/DFGNode.h
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
M Source/JavaScriptCore/dfg/DFGUseKind.h
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
Log Message:
-----------
[JSC] Remove more unnecessary exits and checks
https://bugs.webkit.org/show_bug.cgi?id=290162
rdar://147562500
Reviewed by Yijia Huang.
Start removing some unnecessary checks around Int52 in ArithAdd /
ArithSub, and also removing unnecessary Exits for various nodes so that
we can further remote unnecessary checks in Int52 in subsequent changes.
* Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:
(JSC::DFG::ConstantFoldingPhase::foldConstants):
* Source/JavaScriptCore/dfg/DFGMayExit.cpp:
* Source/JavaScriptCore/dfg/DFGNode.h:
(JSC::DFG::Node::isBinaryInt32UseKind):
* Source/JavaScriptCore/dfg/DFGUseKind.h:
(JSC::DFG::isInt32):
Canonical link: https://commits.webkit.org/292481@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