@slew it wouldn't. In my experiments, the threads get their own stacks, which is then added on top of the main one.

The memory is shared, so ideally, you'd thread routines that don't step onto each other.