[Webkit-unassigned] [Bug 210068] [WPE] Fails to build on musl C library on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 09:56:00 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210068

--- Comment #12 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 396213
  --> https://bugs.webkit.org/attachment.cgi?id=396213
jsc stack adjusts

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

> b/Source/JavaScriptCore/runtime/OptionsList.h:53
> +constexpr unsigned jscMaxPerThreadStack = 5 * MB;
> +constexpr unsigned jscSoftReservedZoneSize = 128 * KB;
> +constexpr unsigned jscReservedZoneSize = 64 * KB;
> +#else
> +constexpr unsigned jscMaxPerThreadStack = 80 * KB;
> +constexpr unsigned jscSoftReservedZoneSize = 32 * KB;
> +constexpr unsigned jscReservedZoneSize = 16 * KB;

This is not correct. Darwin libc should have 5MB stack etc. Please reduce the stack size only when using musl.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200414/b0263d9d/attachment.htm>


More information about the webkit-unassigned mailing list