[Webkit-unassigned] [Bug 147393] Parse the entire WebAssembly modules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 29 13:35:46 PDT 2015


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

--- Comment #4 from Sukolsak Sakshuwong <sukolsak at gmail.com> ---
Thank you for the review.

(In reply to comment #3)
> > Source/JavaScriptCore/wasm/WASMModuleParser.h:60
> > +    JSWASMModule* m_module;
> 
> You need to do something to prevent m_module from being garbage collected.

Since WASMModuleParser is allocated on the stack, doesn't that prevent m_module from being GC'd? Do I need to do something extra to protect it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150729/491ada49/attachment-0001.html>


More information about the webkit-unassigned mailing list