[Webkit-unassigned] [Bug 218885] [WASM-References] Remove subtyping rule for externref and funcref
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 16 02:10:42 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218885
--- Comment #4 from Dmitry <dbezhetskov at igalia.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
>> 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.
Thanks! Removed this.
--
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/20201116/41846fc5/attachment.htm>
More information about the webkit-unassigned
mailing list