这是indexloc提供的服务,不要输入任何密码
RESOLVED FIXED 260820
[Wasm-GC] call_indirect should take subtyping into account
https://bugs.webkit.org/show_bug.cgi?id=260820
Summary [Wasm-GC] call_indirect should take subtyping into account
Asumu Takikawa
Reported 2023-08-28 14:17:21 PDT
Currently the call_indirect signature check only succeeds if the function indices are an exact match. Since the GC proposal introduces subtyping, this should also succeed when the target index is a supertype of the actual function being called.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-04 14:18:12 PDT
Asumu Takikawa
Comment 2 2024-02-02 15:01:18 PST
EWS
Comment 3 2024-02-13 10:50:59 PST
Committed 274558@main (b1b24f76c39f): <https://commits.webkit.org/274558@main> Reviewed commits have been landed. Closing PR #23781 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.