[webkit-reviews] review granted: [Bug 178690] WebAssembly: topEntryFrame on Wasm::Instance : [Attachment 324611] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 23 16:49:35 PDT 2017


Saam Barati <sbarati at apple.com> has granted JF Bastien <jfbastien at apple.com>'s
request for review:
Bug 178690: WebAssembly: topEntryFrame on Wasm::Instance
https://bugs.webkit.org/show_bug.cgi?id=178690

Attachment 324611: patch

https://bugs.webkit.org/attachment.cgi?id=324611&action=review




--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 324611
  --> https://bugs.webkit.org/attachment.cgi?id=324611
patch

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

> Source/JavaScriptCore/wasm/js/JSWebAssemblyInstance.h:137
> +    EntryFrame** m_topEntryFramePointer { nullptr };

Why have this in both JSWebAssemblyInstance and WasmInstance?


More information about the webkit-reviews mailing list