Sean Kelly wrote: > So I suppose it's not a bad model to > expose to users, since we'll eventually be 64-bit and fibers will probably be > used by spawn() at some point. The 64 bit address space eliminates the stack size problems with threads. It's also why I think supporting stack chaining is a waste of time.