Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 41a0fe535a50b996072761b2f9bcf7219d4933e4
      
https://github.com/WebKit/WebKit/commit/41a0fe535a50b996072761b2f9bcf7219d4933e4
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Adjust FTL inlining ratio and add more non-code-gen nodes
https://bugs.webkit.org/show_bug.cgi?id=292624
rdar://150784144

Reviewed by Yijia Huang.

We found that one particular very small function is not inlined in JS2
and we identified many of non-code-gen nodes are counted and ratio is
too conservative. This patch changes this.

* Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:
(JSC::FTL::DFG::LowerDFGToB3::compileNode):
* Source/JavaScriptCore/runtime/OptionsList.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to