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

Re: Dylan performance



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




Sent via Deja.com
http://www.deja.com/



Follow-Ups: References: