Setting the stack size

Jesse Phillips jessekphillips+D at gmail.com
Wed Dec 1 09:00:15 PST 2010


Franciszek Czekala Wrote:

> How do you set the stack size for D programs?

http://bytes.com/topic/c/answers/221976-enlarge-stack-size-gcc

"No. The stack size is not set in the ELF binary. It's a settable
user resource limit; see RLIMIT_STACK in setrlimit(2)."

Sorry don't know what Windows does.


More information about the Digitalmars-d mailing list