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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines