Mail Archives: cygwin/1996/12/05/09:14:11
From: "Phillip N Toland" <toland AT epix DOT net>
Date: Wed, 4 Dec 1996 22:39:10 -0500
> I don't know what the sizecommit parameter is, does somebody know ?
The Gnat gcc options may not have anything to do with this, but if I were
to make an educated guess...
Under Win32 you can "reserve" memory and "commit" memory whenever you
allocate memory. The difference being that when you commit memory an
actual chunk of mem is set aside, however, if it is reserved then no actual
memory is allocated, the OS just takes note that you might need that much
memory and actually allocates it as you request it...I think. :-)
This is irrelevant to the topic at hand.
The question is, is there a hard limit on the size of the stack.
If there is, you can do all the stack probing you want, but you're
not going to increase the size of the stack!!!
And, as a minor correction, the "gnat gcc options" are really gnu linker
options. cygwin32 has had them for ages.
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -