--- cvsroot/Coro/Changes 2006/11/24 15:34:33 1.154 +++ cvsroot/Coro/Changes 2006/11/25 01:14:11 1.155 @@ -4,6 +4,8 @@ TODO: more effective stack sharing by having one "default stack" for "simple" coroutines? TODO: verify exception frame changes and force stack copies? + - reimplement a new stack sharing algorithm. + - make stack sharing mandatory (it no longer uses a heuristic). - Coro::Event could cause livelocks if it was used but Event watchers were used directly. - Coro::Event should be cleaner and more efficient now.