ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Changes
(Generate patch)

Comparing Coro/Changes (file contents):
Revision 1.163 by root, Fri Dec 1 02:17:37 2006 UTC vs.
Revision 1.165 by root, Fri Dec 1 03:47:55 2006 UTC

7 - make stack sharing mandatory (it no longer uses a heuristic). 7 - make stack sharing mandatory (it no longer uses a heuristic).
8 - eval/die no longer cause weird problems under heavy use. 8 - eval/die no longer cause weird problems under heavy use.
9 - Coro::Event could cause livelocks if it was used but 9 - Coro::Event could cause livelocks if it was used but
10 no Coro::Event watchers were used. 10 no Coro::Event watchers were used.
11 - Coro::Event should be cleaner and more efficient now. 11 - Coro::Event should be cleaner and more efficient now.
12 - new utility function Coro::unblock_sub.
13 - document the sad fact that Event is no longer reentrant.
12 - putting a coroutine into the ready queue twice could under 14 - putting a coroutine into the ready queue twice could under
13 some circumstances lead to stack corruption. 15 some circumstances lead to stack corruption.
14 - minor incompatibility: subclassing Coro::State is supported 16 - minor incompatibility: subclassing Coro::State is supported
15 directly now without going through a _coro_state member. 17 directly now without going through a _coro_state member.
16 - state/coro switching is much faster now. 18 - state/coro switching is much faster now.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines