Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bd6ce46976f8802ec1430eefa478470a81919759
https://github.com/WebKit/WebKit/commit/bd6ce46976f8802ec1430eefa478470a81919759
Author: Tadeu Zagallo <[email protected]>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
Log Message:
-----------
[JSC] Remove unnecessary move in ResolveNode's bytecode
https://bugs.webkit.org/show_bug.cgi?id=252568
rdar://105679392
Reviewed by Yusuke Suzuki.
`ResolveNode` is one of the most common nodes and it allocates an unnecessary
register
and emits an unnecessary move.
* Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:
(JSC::ResolveNode::emitBytecode):
Canonical link: https://commits.webkit.org/260555@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes