[webkit-reviews] review granted: [Bug 196849] WebThread should run at a higher priority than user initiated : [Attachment 367283] Fixes the bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 22:21:44 PDT 2019


Geoffrey Garen <ggaren at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 196849: WebThread should run at a higher priority than user initiated
https://bugs.webkit.org/show_bug.cgi?id=196849

Attachment 367283: Fixes the bug

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




--- Comment #6 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 367283
  --> https://bugs.webkit.org/attachment.cgi?id=367283
Fixes the bug

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

r=me

> Source/WebCore/platform/ios/wak/WebCoreThread.mm:670
> -    pthread_attr_setstacksize(&tattr, 200 * 4096);
> +    pthread_attr_setstacksize(&tattr, 800 * KB);

I'm pretty sure this change is harmless -- but it doesn't really seem related
to this bug.


More information about the webkit-reviews mailing list