>>38
That's what I meant by ``rewritten the right way'': with only one stack and no run-time stack(s) manipulations. One must also make it so that words are forced to have fixed numbers of arguments and return values, so all of the stack(s) changes are known at compile time, enabling you to map all stacks to one single stack.