gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] RE: q: invocation history stack overflow (beginner)


From: Mike Thomas
Subject: [Gcl-devel] RE: q: invocation history stack overflow (beginner)
Date: Tue, 31 Dec 2002 09:54:34 +1000

Hi Doron.

> using GCL on Win. how do i get the ihs to be larger?

On any platform, to reset the IHS (and all the other stacks) set the system
variable:

   *si::multiply-stacks*

to an appropriate value (in the example below it is 2) which tells the REPL
to close down, multiply the stack size by the said value and then restart.
The value of *si::multiply-stacks* is reset to nil as shown below.

Cheers

Mike Thomas.


=======================================================================
>GCL (GNU Common Lisp)  Version(2.5.0) Mon Dec 30 13:56:10 EAST 2002
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter

Use (help) to get some basic information on how to use GCL.

>si::*MULTIPLY-STACKS*

NIL

>(setq si::*multiply-stacks* 2)

2

>GCL (GNU Common Lisp)  Version(2.5.0) Mon Dec 30 13:56:10 EAST 2002
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter

Use (help) to get some basic information on how to use GCL.

>si::*MULTIPLY-STACKS*

NIL
=======================================================================





reply via email to

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