Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e873e2350b35c3ef93c9308b94b3fdd1ff887b25
      
https://github.com/WebKit/WebKit/commit/e873e2350b35c3ef93c9308b94b3fdd1ff887b25
  Author: Yusuke Suzuki <[email protected]>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp

  Log Message:
  -----------
  [JSC] Do not modify valueRegs until we no longer jump to failure path
https://bugs.webkit.org/show_bug.cgi?id=275470
rdar://129820423

Reviewed by Yijia Huang and Justin Michaud.

The failure path of IC is expecting that valueRegs is not overridden in split 
Handler IC.
This patch fixes it for ModuleNamespaceLoad case.

* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheCompiler::emitModuleNamespaceLoad):

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