Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7c62d71ee8f97b70918f9c3b0882e0dd705e1a6
      
https://github.com/WebKit/WebKit/commit/b7c62d71ee8f97b70918f9c3b0882e0dd705e1a6
  Author: Justin Michaud <[email protected]>
  Date:   2024-06-22 (Sat, 22 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
    M Source/JavaScriptCore/jit/GPRInfo.h

  Log Message:
  -----------
  Handler IC build fix for armv7
https://bugs.webkit.org/show_bug.cgi?id=275762

Reviewed by Yusuke Suzuki.

If the register set has overlap, then the scratch register allocator
allocates everything as r0. We fix that and pick a register for
the handler ICs that is least likely to overlap with a desired
argument register on armv7.

* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
* Source/JavaScriptCore/jit/GPRInfo.h:

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