picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 116e21584d5bc3495e1b2c7bfc6e7946b9d441de
parent dcbcb9dff5af11bb594c0aa156687768f8107b8c
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 22 Aug 2012 17:34:10 +0200

Recommend unlimited stack size for coroutines
Diffstat:
Mdoc/ref.html | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -1234,6 +1234,13 @@ environment is executed same time. Reentrant coroutines are not supported, a coroutine cannot resume itself directly or indirectly. +<p>Before using coroutines, make sure you have sufficient stack space, e.g. by +calling + +<pre><code> +$ ulimit -s unlimited +</code></pre> + <p><hr> <h3><a name="int">Interrupt</a></h3>