[webkit-reviews] review granted: [Bug 217082] [JSC] Annotate JIT operation functions called from B3 etc. : [Attachment 409977] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 09:55:47 PDT 2020


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 217082: [JSC] Annotate JIT operation functions called from B3 etc.
https://bugs.webkit.org/show_bug.cgi?id=217082

Attachment 409977: Patch

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




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

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

> Source/JavaScriptCore/b3/B3ReduceLoopStrength.h:46
> +ALWAYS_INLINE void fastForwardCopy32(uint32_t* dst, const uint32_t* src,
size_t size)

why not put this in the cpp file?


More information about the webkit-reviews mailing list