[webkit-changes] [WebKit/WebKit] f9a823: [JSC] Rename isReflexiveBinaryUseKind to isSymmetr...
Yijia Huang
noreply at github.com
Fri Aug 2 10:37:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f9a823e932a78f31051c38d24ca1136377d67696
https://github.com/WebKit/WebKit/commit/f9a823e932a78f31051c38d24ca1136377d67696
Author: Yijia Huang <yijia_huang at apple.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h
M Source/JavaScriptCore/dfg/DFGDoesGC.cpp
M Source/JavaScriptCore/dfg/DFGMayExit.cpp
M Source/JavaScriptCore/dfg/DFGNode.h
M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
Log Message:
-----------
[JSC] Rename isReflexiveBinaryUseKind to isSymmetricBinaryUseKind
https://bugs.webkit.org/show_bug.cgi?id=273073
rdar://127241821
Reviewed by Keith Miller.
Previously discussed here [1]. It should be symmetric relation.
[1] https://github.com/WebKit/WebKit/pull/27482#discussion_r1573088662
* Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects):
* Source/JavaScriptCore/dfg/DFGDoesGC.cpp:
(JSC::DFG::doesGC):
* Source/JavaScriptCore/dfg/DFGMayExit.cpp:
* Source/JavaScriptCore/dfg/DFGNode.h:
(JSC::DFG::Node::isSymmetricBinaryUseKind):
(JSC::DFG::Node::isReflexiveBinaryUseKind): Deleted.
* Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:
* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileCompareStrictEq):
Canonical link: https://commits.webkit.org/281763@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list