--- Coro/Changes 2006/11/26 03:22:50 1.156 +++ Coro/Changes 2006/11/26 17:36:40 1.158 @@ -1,11 +1,8 @@ Revision history for Perl extension Coro. -TODO: check wether stack-sharing is still effective -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). + - eval/die no longer cause weird problems under heavy use. - Coro::Event could cause livelocks if it was used but Event watchers were used directly. - Coro::Event should be cleaner and more efficient now.