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

Comparing Coro/Changes (file contents):
Revision 1.168 by root, Fri Dec 1 19:58:52 2006 UTC vs.
Revision 1.171 by root, Sun Dec 3 21:59:52 2006 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
33.0 3TODO: transfer flags must be per state
4
53.0 Sun Dec 3 22:57:25 CET 2006
4 - the "FINALLY COMPLETELY STABLE" release (coming soon: 6 - the "FINALLY COMPLETELY STABLE" release (coming soon:
5 the "FAMOUS LAST WORDS" release). 7 the "FAMOUS LAST WORDS" release).
6 - implement a new stack sharing algorithm, which uses a stack 8 - implement a new stack sharing algorithm, which uses a stack
7 pool (size currently hardcoded). 9 pool (size currently hardcoded).
8 - make stack sharing mandatory (it no longer uses a heuristic). 10 - make stack sharing mandatory (it no longer uses a heuristic).
9 - eval/die no longer cause weird problems under heavy use. 11 - eval/die no longer cause weird problems under heavy use.
10 - Coro::Event could cause livelocks if it was used but 12 - Coro::Event could cause livelocks if it was used but
11 no Coro::Event watchers were used. 13 no Coro::Event watchers were used.
12 - Coro::Event now uses asynccheck as prepare does not 14 - Coro::Event now uses asynccheck as prepare does not
13 check for changed watchers. 15 check for changed watchers.
16 - Coro::Event allows multiple waiting coros and will wake up one
17 per event.
14 - Coro::Event should be cleaner and more efficient now. 18 - Coro::Event should be cleaner and more efficient now.
15 - new utility function Coro::unblock_sub. 19 - new utility function Coro::unblock_sub.
16 - document the sad fact that Event is no longer reentrant. 20 - document the sad fact that Event is no longer reentrant.
17 - putting a coroutine into the ready queue twice could under 21 - putting a coroutine into the ready queue twice could under
18 some circumstances lead to stack corruption. 22 some circumstances lead to stack corruption.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines