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

Re: Dylan performance



<oodl@my-deja.com> wrote in message 93vv4m$9lh$1@nnrp1.deja.com">news:93vv4m$9lh$1@nnrp1.deja.com...
> Stack size is set at link time.  The Microsoft linker has an
> option /STACK.  The default stack size is 1MB.
>
> You can also edit the stack size of an application after it is built
> with
>   editbin /STACK:reserve[,commit] filename

But I dont' think you need to modify it from the default because
windows dynamically adjusts the size of the stack as it is needed
by the program.

Cheers,
Mark.






References: