[Webkit-unassigned] [Bug 218885] [WASM-References] Remove subtyping rule for externref and funcref

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 14 02:03:00 PST 2020


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com
 Attachment #414003|review?                     |review-
              Flags|                            |

--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 414003
  --> https://bugs.webkit.org/attachment.cgi?id=414003
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=414003&action=review

The design looks good. Can you check JSC test failure?

> Source/JavaScriptCore/wasm/WasmFormat.h:81
> +inline bool isSubtype(Type sub, Type parent) { return sub == parent; }

Let's remove this function since `sub == parent` is the same type.

-- 
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/20201114/84bb4ca7/attachment-0001.htm>


More information about the webkit-unassigned mailing list