--- Coro/Changes 2006/11/27 01:51:02 1.159 +++ Coro/Changes 2006/11/27 02:08:55 1.161 @@ -1,13 +1,14 @@ Revision history for Perl extension Coro. +3.0 - 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. + no Coro::Event watchers were used. - Coro::Event should be cleaner and more efficient now. - - minor incompatibility: subclassing is supported directly now - without going through a _coro_state member. + - minor incompatibility: subclassing Coro::State is supported + directly now without going through a _coro_state member. - state/coro switching is much faster now. - very minor optimisations and code/documentation cleanup. - avoid problems due to compiler inlining.