Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c8280670367521924279b30b48925b30c9bd03d3
      
https://github.com/WebKit/WebKit/commit/c8280670367521924279b30b48925b30c9bd03d3
  Author: Yusuke Suzuki <ysuz...@apple.com>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp

  Log Message:
  -----------
  [JSC] Do not take Ref for conditions for emitJumpIfFalse
https://bugs.webkit.org/show_bug.cgi?id=288911
rdar://145913780

Reviewed by Yijia Huang.

Keeping the condition in Ref prevents bytecode generator to using fused
jump opcode.

* Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:
(JSC::BytecodeGenerator::initializeDefaultParameterValuesAndSetupFunctionScopeStack):
(JSC::BytecodeGenerator::hoistSloppyModeFunctionIfNecessary):

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