[Webkit-unassigned] [Bug 219943] [WASM-References] Add support for memory.copy, memory.init and data.drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 15:33:30 PST 2020


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

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

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

> Source/JavaScriptCore/wasm/WasmSections.h:94
> +    if (Options::useWebAssemblyReferences()

I think we don't need to have this check here. And instead, let's having this check in `parseDataCount`. While `parseDataCount` is called only once, validateOrder can be called more times.

-- 
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/20201216/b96b8041/attachment.htm>


More information about the webkit-unassigned mailing list