[webkit-reviews] review granted: [Bug 220189] [JSC] Update WebAssembly instance's exports object : [Attachment 416836] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 09:49:07 PST 2020


Alexey Shvayka <shvaikalesh at gmail.com> has granted Yusuke Suzuki
<ysuzuki at apple.com>'s request for review:
Bug 220189: [JSC] Update WebAssembly instance's exports object
https://bugs.webkit.org/show_bug.cgi?id=220189

Attachment 416836: Patch

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




--- Comment #3 from Alexey Shvayka <shvaikalesh at gmail.com> ---
Comment on attachment 416836
  --> https://bugs.webkit.org/attachment.cgi?id=416836
Patch

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

r=me

> Source/JavaScriptCore/wasm/js/WebAssemblyModuleRecord.cpp:512
> +    objectConstructorFreeze(globalObject, exportsObject);

Nice: the fast path for final objects will be taken.


More information about the webkit-reviews mailing list