libphobos: Increase size of defaultStackPages on OSX X86_64 targets.
commitf316727e5f6a4c58b63bdee9ad6be785f97f5ee7
authorIain Buclaw <ibuclaw@gdcproject.org>
Fri, 19 Nov 2021 13:43:07 +0000 (19 14:43 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Fri, 19 Nov 2021 13:43:07 +0000 (19 14:43 +0100)
treec2095f3569056e4814f59956b9d84cd94a39390e
parentd686cb0d740b0278fdbd7915f43faff14b203888
libphobos: Increase size of defaultStackPages on OSX X86_64 targets.

As of macOS 11, libunwind now requires more stack space than 16k, so
default to a larger stack size. This is only applied to X86 as the
PAGESIZE is still 4k, however on AArch64 it is 16k.

libphobos/ChangeLog:

* libdruntime/core/thread/fiber.d (defaultStackPages): Increase size
on OSX X86_64 targets.
libphobos/libdruntime/core/thread/fiber.d