Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4cc881d4933fea8aabc3cb93f15360b9055af8c3
      
https://github.com/WebKit/WebKit/commit/4cc881d4933fea8aabc3cb93f15360b9055af8c3
  Author: Yusuke Suzuki <ysuz...@apple.com>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp

  Log Message:
  -----------
  [JSC] Do not convert to DirectConstruct / DirectCall when it is bound 
function or it is a non constructible constructor
https://bugs.webkit.org/show_bug.cgi?id=297101
rdar://157813555

Reviewed by Mark Lam.

We should avoid converting this Call to DirectCall / DirectConstruct
when they are not done in strength reduction phase.

* Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleInlining):

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



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

Reply via email to