--- Coro/Changes 2006/11/26 03:22:50 1.156 +++ Coro/Changes 2006/11/26 17:35:42 1.157 @@ -6,6 +6,7 @@ - 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.