[webkit-reviews] review granted: [Bug 215010] Reduce over include usage in JSC : [Attachment 405673] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 00:10:49 PDT 2020


Mark Lam <mark.lam at apple.com> has granted Keith Miller
<keith_miller at apple.com>'s request for review:
Bug 215010: Reduce over include usage in JSC
https://bugs.webkit.org/show_bug.cgi?id=215010

Attachment 405673: Patch

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




--- Comment #4 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 405673
  --> https://bugs.webkit.org/attachment.cgi?id=405673
Patch

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

r=me if bots are happy.

> Source/JavaScriptCore/runtime/VM.cpp:798
> +MacroAssemblerCodeRef<JITThunkPtrTag> VM::getCTIStub(ThunkGenerator
generator)
> +{
> +    return jitStubs->ctiStub(*this, generator);
> +}

Optionally, this can go into VMInlines.h?


More information about the webkit-reviews mailing list