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.166 by root, Fri Dec 1 13:36:07 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.
11 - Coro::Event should be cleaner and more efficient now. 12 - Coro::Event should be cleaner and more efficient now.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines