Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe797d6f6ba6dd16e331f7b0de522cf2a47a38b7
      
https://github.com/WebKit/WebKit/commit/fe797d6f6ba6dd16e331f7b0de522cf2a47a38b7
  Author: Angelos Oikonomopoulos <[email protected]>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M Source/JavaScriptCore/llint/WebAssembly.asm

  Log Message:
  -----------
  [ARMv7] Set temporaryCallFrame in WebAssembly.asm
https://bugs.webkit.org/show_bug.cgi?id=294597

Reviewed by Justin Michaud.

ARMv7 can't rely on BUILTIN_FRAME_ADDRESS (it's broken on GCC).
Properly initialize temporaryCallFrame in WebAssembly.asm.

This should really be `or (not USE_BUILTIN_FRAME_ADDRESS)`, but we need
to keep the number of configuration values down to avoid a combinatorial
explosion in the size of LLIntAssembly.h.

When we have a fix for GCC, we can just drop the reliance on
temporaryCallFrame, but in the meantime this avoids flaky tests in EWS.

* Source/JavaScriptCore/llint/WebAssembly.asm:

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