[webkit-reviews] review granted: [Bug 204039] [JSC] Put more things in IsoSubspace : [Attachment 383193] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 18:13:58 PST 2019


Keith Miller <keith_miller at apple.com> has granted Yusuke Suzuki
<ysuzuki at apple.com>'s request for review:
Bug 204039: [JSC] Put more things in IsoSubspace
https://bugs.webkit.org/show_bug.cgi?id=204039

Attachment 383193: Patch

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




--- Comment #3 from Keith Miller <keith_miller at apple.com> ---
Comment on attachment 383193
  --> https://bugs.webkit.org/attachment.cgi?id=383193
Patch

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

r=me.

> Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.h:116
> +    template<typename, SubspaceAccess>
> +    static IsoSubspace* subspaceFor(VM&) { return nullptr; }

What does this do?


More information about the webkit-reviews mailing list