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 b824c70ac31832615e542d233fd76defa034015c
parent 7ebe62e2d099342039927bfcff9bd1a54f867a42
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 25 May 2013 17:47:29 +0200

Minor doc addition
Diffstat:
Mdoc/ref.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -1250,6 +1250,10 @@ calling $ ulimit -s unlimited </code></pre> +<p>Without that, the stack limit in Linux is typically 8 MB. This gives only +room - with a default coroutine <a href="refS.html#stack">stack</a> segment size +of 1 MB - for the main segment (4 MB) plus four coroutines. + <p><hr> <h3><a name="int">Interrupt</a></h3>