--- Coro/Changes 2006/11/26 17:35:42 1.157 +++ Coro/Changes 2006/11/27 01:51:02 1.159 @@ -1,9 +1,5 @@ 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. @@ -18,6 +14,7 @@ - removed timers from Coro::Timer -> use AnyEvent instead. - replaced Coro::idle coroutine by (cleaner) idle handler. - updated to newest libcoro. + - implement enhanced support for valgrind. 2.5 Tue Nov 7 12:22:33 CET 2006 - made Coro::Util, Coro::Select, Coro::Handle and Coro::Socket