[webkit-changes] [WebKit/WebKit] b2c8bb: [JSC] Fix the missing option and reland 292744 at main

Yijia Huang noreply at github.com
Thu Mar 27 11:58:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2c8bb449351a6091e9d493282c8d6a93e731156
      https://github.com/WebKit/WebKit/commit/b2c8bb449351a6091e9d493282c8d6a93e731156
  Author: Yijia Huang <yijia_huang at apple.com>
  Date:   2025-03-27 (Thu, 27 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGLoopUnrollingPhase.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/WTF/wtf/NaturalLoops.h

  Log Message:
  -----------
  [JSC] Fix the missing option and reland 292744 at main
https://bugs.webkit.org/show_bug.cgi?id=290510
rdar://147990841

Reviewed by Yusuke Suzuki and Justin Michaud.

Previously, 292744 at main was landed with the verboseLoopUnrolling option removed.
That patch was later reverted in 292745 at main. This patch fixes the issue and relands 292744 at main.

* Source/JavaScriptCore/dfg/DFGLoopUnrollingPhase.cpp:
(JSC::DFG::LoopUnrollingPhase::shouldUnrollLoop):
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WTF/wtf/NaturalLoops.h:
(WTF::NaturalLoop::NaturalLoop):
(WTF::NaturalLoop::isInnerMostLoop const):
(WTF::NaturalLoops::NaturalLoops):

Canonical link: https://commits.webkit.org/292778@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