|
From: Danny S. <dan...@cl...> - 2003-10-07 10:10:06
|
Does any one really know why GCC (and other windows compilers) insert code for checking stack when allocating more than a page? I can see where it would be useful with SEH exceptions (the OS throws an 0x80010001 exception if stack cannot be grown) but how else is needed? Danny |