[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 06:23:51 PST 2020


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

--- Comment #4 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/WasmSectionParser.cpp:722
> +auto SectionParser::parseDataSegmentCoreSpec(uint32_t segmentNumber) -> PartialResult

I think having two functions for this is not so good in terms of test coverage etc. Can you merge it into one parseDataSegment 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/20201216/02c74b95/attachment.htm>


More information about the webkit-unassigned mailing list