[Webkit-unassigned] [Bug 220009] [WASM-References] Add declared function indexes set to check from what functions we can create refs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 01:18:54 PST 2020


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

Sergey Rubanov <chi187 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chi187 at gmail.com

--- Comment #3 from Sergey Rubanov <chi187 at gmail.com> ---
Comment on attachment 416503
  --> https://bugs.webkit.org/attachment.cgi?id=416503
Patch

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

> Source/JavaScriptCore/wasm/WasmModuleInformation.h:78
> +    void addDeclaredFunction(uint32_t index) { m_declaredFunctions.set(index); }

It could be a constant member function too probably?

-- 
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/20201218/37a400cd/attachment.htm>


More information about the webkit-unassigned mailing list