[webkit-reviews] review granted: [Bug 213193] [JSC] add machinery to disable JIT tiers when experimental features are enabled : [Attachment 401903] Patch For Landing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 10:24:25 PDT 2020


Mark Lam <mark.lam at apple.com> has granted Caitlin Potter (:caitp)
<caitp at igalia.com>'s request for review:
Bug 213193: [JSC] add machinery to disable JIT tiers when experimental features
are enabled
https://bugs.webkit.org/show_bug.cgi?id=213193

Attachment 401903: Patch For Landing

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




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

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

r=me

> Source/JavaScriptCore/runtime/Options.cpp:526
> +	   } while (0);

nit: Use "while (false)" instead.


More information about the webkit-reviews mailing list