Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 900ffeb07aa4f5175cac8b4233a87eb5b6046386
      
https://github.com/WebKit/WebKit/commit/900ffeb07aa4f5175cac8b4233a87eb5b6046386
  Author: Yusuke Suzuki <[email protected]>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

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

  Log Message:
  -----------
  [JSC] More aggressive application of call_ignore_result
https://bugs.webkit.org/show_bug.cgi?id=273146
rdar://126940736

Reviewed by Alexey Shvayka.

When we are passing ignoredResult explicitly, we do not need to inherit 
m_allowCallIgnoreResultOptimization.
We can just revert it back to the default value. This further extends 
call_ignore_result coverage.

* Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:
(JSC::BytecodeGenerator::BytecodeGenerator):
* Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:
(JSC::BytecodeGenerator::emitNodeInIgnoreResultPosition):

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