gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Frame stack overflow - limit parameter to increase somew


From: Vadim V. Zhytnikov
Subject: Re: [Gcl-devel] Frame stack overflow - limit parameter to increase somewhere?
Date: Sat, 06 Dec 2003 19:10:15 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.5) Gecko/20031006

Gunther Schadow ?????:
I don't know if it matters but I applied the *multiply-stacks*
factor to a saved image of the compiled and loaded program.
Should I only do it with a fresh gcl start before loading
the compiled object?

-Gunther


(1) Start GCL
(2) Type
  (setq si::*miltiply-stacks* 8)
GCL should respond with new startup banner.
This is the only indication that stack are
really reset. If not then something is wrong.
As far as I know this trick works only at
top level GCL prompt.  It doesn't work e.g.
in Maxima.  I really don't understand why
*multiply-stack* is implemented this way.
Can't we have some (si::multiply-stacks n)
function to use it with any other GCL
generated image such as Maxima?
I understand that we probably have to call
this (multiply-stacks n) at the very beginning
before doing any calculation. But I don't
think it is a serious problem but I might be
wrong.


--
     Vadim V. Zhytnikov

      <address@hidden>
     <address@hidden>





reply via email to

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