Most importantly, the distinction between virtual-memory stacks and copying stacks is incorrect: if the process uses more stack space than it has physical RAM, it is going to (try to) swap, whether virtual or copying.
Most importantly, the distinction between virtual-memory stacks and copying stacks is incorrect: if the process uses more stack space than it has physical RAM, it is going to (try to) swap, whether virtual or copying.