[webkit-reviews] review granted: [Bug 185931] Make JSC have a mini mode that kicks in when the JIT is disabled : [Attachment 341322] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 14:00:13 PDT 2018


Mark Lam <mark.lam at apple.com> has granted Saam Barati <sbarati at apple.com>'s
request for review:
Bug 185931: Make JSC have a mini mode that kicks in when the JIT is disabled
https://bugs.webkit.org/show_bug.cgi?id=185931

Attachment 341322: patch

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




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

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

r=me

> Source/JavaScriptCore/ChangeLog:11
> +	   - We always sweep synchronously.

You should also add "disable generational GC" because that's what the code
below does.


More information about the webkit-reviews mailing list