Re: SBCL Fibers proposal

Philipp Marek via Sbcl-devel <[email protected]> Fri, 13 Mar 2026 16:34:49 +0100
Newsgroups gmane.lisp.steel-bank.devel
Message-ID <[email protected]>
> SBCL allocates its own stack. Control, and binding, and alien, and tls
> values, and altstack.

Yes, but the 8MB value was for comparing
- acceptable recursion depth incl. stack allocations
- vs. memory usage
- in pthreads and various implementations of fibers,
so not about SBCL specifics?


At least, that's what ISTR.