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

Comparing Coro/Changes (file contents):
Revision 1.164 by root, Fri Dec 1 02:24:46 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.
12 - document the sad fact that Event is no longer reentrant. 13 - document the sad fact that Event is no longer reentrant.
13 - putting a coroutine into the ready queue twice could under 14 - putting a coroutine into the ready queue twice could under
14 some circumstances lead to stack corruption. 15 some circumstances lead to stack corruption.
15 - minor incompatibility: subclassing Coro::State is supported 16 - minor incompatibility: subclassing Coro::State is supported
16 directly now without going through a _coro_state member. 17 directly now without going through a _coro_state member.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines