BCS wrote: >> The memory isn't committed until it is used, but the address space is. >> You cannot move the stack if it exceeds its preallocated address space >> allotment. > Must the stack be contiguous? Could you, on a stack overflow, heap > allocate a new chunk and put in a frame that gets back to the last segment? No.