Re: Multitasking re-write
- Posted by mattlewis (admin) Oct 23, 2009
- 1183 views
jimcbrown said...
The backend for the translator uses threads now instead of the stack smashing hacks it used to use.
It's threads on *nix, but fibers on Windows, since Windows fibers are, themselves, a system for cooperative multitasking. It just made more sense to use them where they were available.
Matt