[webkit-reviews] review granted: [Bug 207085] [JSC] ShrinkToFit some vectors kept by JIT data structures : [Attachment 389452] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 21:01:29 PST 2020


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 207085: [JSC] ShrinkToFit some vectors kept by JIT data structures
https://bugs.webkit.org/show_bug.cgi?id=207085

Attachment 389452: Patch

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




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

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

r=me

> Source/JavaScriptCore/jit/JIT.cpp:242
> +	   unsigned slowCasesBefore = m_slowCases.size();

Let’s call this previousSlowCasesSize.


More information about the webkit-reviews mailing list