[webkit-changes] [WebKit/WebKit] b650f1: ARMv7: fix struct-new_default-small-members.js

aoikonomopoulos noreply at github.com
Fri Dec 20 00:29:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b650f1b5d07e55b9c5cb23f27bb7dd22ec3b3fa5
      https://github.com/WebKit/WebKit/commit/b650f1b5d07e55b9c5cb23f27bb7dd22ec3b3fa5
  Author: Angelos Oikonomopoulos <angelos at igalia.com>
  Date:   2024-12-20 (Fri, 20 Dec 2024)

  Changed paths:
    M JSTests/wasm/stress/struct-new_default-small-members.js
    M Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp

  Log Message:
  -----------
  ARMv7: fix struct-new_default-small-members.js
https://bugs.webkit.org/show_bug.cgi?id=284949

Reviewed by Justin Michaud.

Don't try to store a 64-bit value in a 32-bit location, this immediately
triggers an assertion on a Debug build (but fails non-deterministically
on a Release build).

* JSTests/wasm/stress/struct-new_default-small-members.js:
* Source/JavaScriptCore/wasm/WasmBBQJIT32_64.cpp:
(JSC::Wasm::BBQJITImpl::BBQJIT::emitStructPayloadSet):

Canonical link: https://commits.webkit.org/288154@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list