[webkit-changes] [WebKit/WebKit] 306029: [JSC] Refactor AbstractValue Access in DFGAbstract...

Commit Queue noreply at github.com
Mon Jan 8 10:36:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 30602923c0fb7a39ab0c2393479b5f28a01490b1
      https://github.com/WebKit/WebKit/commit/30602923c0fb7a39ab0c2393479b5f28a01490b1
  Author: Yijia Huang <yijia_huang at apple.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h

  Log Message:
  -----------
  [JSC] Refactor AbstractValue Access in DFGAbstractInterpreterInlines.h for Efficiency
https://bugs.webkit.org/show_bug.cgi?id=267215
rdar://120618070

Reviewed by Yusuke Suzuki.

Use variable references for accessing reference results of
InPlaceAbstractState::operand() and InPlaceAbstractState::forNode().

* Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:
(JSC::DFG::AbstractInterpreter<AbstractStateType>::executeEffects):

Canonical link: https://commits.webkit.org/272775@main




More information about the webkit-changes mailing list