gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] GCL stack siza


From: Vadim V. Zhytnikov
Subject: [Gcl-devel] GCL stack siza
Date: Tue, 15 Jul 2003 19:03:18 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.4) Gecko/20030630

It seems to me that current dfault stack size
is too little.  I recall thet it was enlarged
to 1K not so long ago and now if I fire
 (defun f (i) (f (print (+ i 1))))
 (f 0)
we end with 1021.  But IMHO it is not
that much.  I found out that in
CLISP, SBCL and CMUCL minimal stack
size is much greater - minimal about 14K.
Even ACL demo has 4K stach limit - but
this is intended demo limitation.
Ideally I'd like to see stack size as
GCL configure option.  As far as I
understand stack size is defined in
stack.h but I a bit confused by
multitude of constants in this file.

--
     Vadim V. Zhytnikov

      <address@hidden>
     <address@hidden>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]