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

Comparing Coro/Changes (file contents):
Revision 1.165 by root, Fri Dec 1 03:47:55 2006 UTC vs.
Revision 1.167 by root, Fri Dec 1 19:41:06 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines