[webkit-reviews] review requested: [Bug 225099] [WPE][GTK] More correct fixes for stack size issues on musl libc : [Attachment 427171] use main stack boundary logic on linux universally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 11:09:13 PDT 2021


Daniel Kolesa <dkolesa at igalia.com> has asked  for review:
Bug 225099: [WPE][GTK] More correct fixes for stack size issues on musl libc
https://bugs.webkit.org/show_bug.cgi?id=225099

Attachment 427171: use main stack boundary logic on linux universally

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




--- Comment #12 from Daniel Kolesa <dkolesa at igalia.com> ---
Created attachment 427171

  --> https://bugs.webkit.org/attachment.cgi?id=427171&action=review

use main stack boundary logic on linux universally

switched to not checking libc, instead enabling the new code for all Linux
universally

I kept the old conditional in the thread stack size code, as there is no need
to adjust it on those two platforms specifically


More information about the webkit-reviews mailing list