How to increase the size of GCL's 'bind stack' ?



Hi Rupert:

The program is working correctly, but it does use more stack (approx. linear with n) for a larger size problem.

I've got plenty of memory, but it isn't being used for the stack.

At 02:43 AM 8/7/2013, Rupert Swarbrick wrote:
>Henry Baker <hbaker1 at pipeline.com> writes:
>> I have a program which works for small n, but gets a 'bind stack
>> overflow' for large n.
>>
>> Is there any way to increase the size of this 'bind stack' ?
>>
>> Thanks.
>
>I don't know how to alter the bind stack size on GCL, but I do know that
>"bind stack overflow" is the error that gets triggered on an infinite
>recursion. Have you tried tracing your program to check that you don't
>have one?
>
>Rupert