[webkit-changes] [WebKit/WebKit] bd6ce4: [JSC] Remove unnecessary move in ResolveNode's byt...

Tadeu Zagallo noreply at github.com
Mon Feb 20 12:30:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bd6ce46976f8802ec1430eefa478470a81919759
      https://github.com/WebKit/WebKit/commit/bd6ce46976f8802ec1430eefa478470a81919759
  Author: Tadeu Zagallo <tzagallo at apple.com>
  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




More information about the webkit-changes mailing list