Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 61e1a17103428e7313d54da8d15a1c21d4efd6e9
      
https://github.com/WebKit/WebKit/commit/61e1a17103428e7313d54da8d15a1c21d4efd6e9
  Author: Daniel Liu <daniel_l...@apple.com>
  Date:   2025-03-10 (Mon, 10 Mar 2025)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h

  Log Message:
  -----------
  Wasm tail calls should check if the result type is a subtype of the expected 
type
https://bugs.webkit.org/show_bug.cgi?id=288722
rdar://146391286

Reviewed by Yusuke Suzuki.

After implementing typed function references, we need to update our type 
comparison
to use isSubtype, rather than using a pure == or !=.

* Source/JavaScriptCore/wasm/WasmFunctionParser.h:
(JSC::Wasm::FunctionParser<Context>::parseExpression):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to