cashapp/zipline

Some simple-seeming programs need -Xss2048k

swankjesse opened this issue · 1 comments

We overflowed the macOS x86_64 default stack size with a small number of mutually-calling suspend functions, as described in PR 844. This wasn’t a program that did a significant amount of recursion.

One possible mitigation: force suspend when the recursion level is high.

Worth checking whether this is a problem on real device platforms.