[webkit-changes] [WebKit/WebKit] be53e5: [Wasm-GC] select operation should subtype check it...

Asumu Takikawa noreply at github.com
Wed Dec 13 19:18:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: be53e5fb7d969d9c062114ce9b472afc870a869e
      https://github.com/WebKit/WebKit/commit/be53e5fb7d969d9c062114ce9b472afc870a869e
  Author: Asumu Takikawa <asumu at igalia.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    A JSTests/wasm/gc/bug266056.js
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h

  Log Message:
  -----------
  [Wasm-GC] select operation should subtype check its arguments
https://bugs.webkit.org/show_bug.cgi?id=266056

Reviewed by Justin Michaud.

Use subtyping instead of type equality for annotated select arguments.

* JSTests/wasm/gc/bug266056.js: Added.
* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseExpression):

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




More information about the webkit-changes mailing list