[Webkit-unassigned] [Bug 148998] Implement internal calls in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 16:29:16 PDT 2015


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

--- Comment #3 from Filip Pizlo <fpizlo at apple.com> ---
Comment on attachment 260849
  --> https://bugs.webkit.org/attachment.cgi?id=260849
Patch

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

>> Source/JavaScriptCore/wasm/WASMFunctionCompiler.h:685
>> +    Vector<CallCompilationInfo> m_callCompilationInfo;
> 
> You need to do something to GC this correctly. See our other handling of CallLinkInfo.

I think he's doing it right already.  The CallLinkInfos get added to a CodeBlock.  The CodeBlock then knows what to do.

-- 
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/20150909/c8970eb2/attachment.html>


More information about the webkit-unassigned mailing list