[Webkit-unassigned] [Bug 239666] [Wasm-GC] Add support for recursion groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 16:31:07 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=239666

--- Comment #4 from Asumu Takikawa <asumu at igalia.com> ---
I'm rebasing this now on top of recent Wasm GC patches that landed (there are some conflicts).

The patch also needs some modification because I found a bug in the GC reference interpreter (https://github.com/WebAssembly/gc/issues/290), which changes some of expectations for test cases.

(Specifically, function signatures should be tracked as type indices in more places because, e.g., import or call_indirect signature checks need to use the type index of the recursion group projection instead of just the underlying function)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220427/e46ad58a/attachment.htm>


More information about the webkit-unassigned mailing list