On Wed, Feb 10, 2021 at 06:36:07AM -0800, Ian Lance Taylor wrote:
> Rain Mark writes:
>
> > After enabling -fsplit-stack, dynamic stack expansion of the coroutine
> > is realized, but calling functions without -fsplit-stack will directly
> > expand the space by 1M, which is too wasteful for a sys
Rain Mark writes:
> After enabling -fsplit-stack, dynamic stack expansion of the coroutine
> is realized, but calling functions without -fsplit-stack will directly
> expand the space by 1M, which is too wasteful for a system with a large
> number of coroutines running under the 128K stack size. W
Hello.
After enabling -fsplit-stack, dynamic stack expansion of the coroutine
is realized, but calling functions without -fsplit-stack will directly
expand the space by 1M, which is too wasteful for a system with a large
number of coroutines running under the 128K stack size. We hope to give
users