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

Comparing Coro/Changes (file contents):
Revision 1.166 by root, Fri Dec 1 13:36:07 2006 UTC vs.
Revision 1.167 by root, Fri Dec 1 19:41:06 2006 UTC

7 pool (size currently hardcoded). 7 pool (size currently hardcoded).
8 - make stack sharing mandatory (it no longer uses a heuristic). 8 - make stack sharing mandatory (it no longer uses a heuristic).
9 - eval/die no longer cause weird problems under heavy use. 9 - eval/die no longer cause weird problems under heavy use.
10 - Coro::Event could cause livelocks if it was used but 10 - Coro::Event could cause livelocks if it was used but
11 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.
12 - Coro::Event should be cleaner and more efficient now. 14 - Coro::Event should be cleaner and more efficient now.
13 - new utility function Coro::unblock_sub. 15 - new utility function Coro::unblock_sub.
14 - document the sad fact that Event is no longer reentrant. 16 - document the sad fact that Event is no longer reentrant.
15 - putting a coroutine into the ready queue twice could under 17 - putting a coroutine into the ready queue twice could under
16 some circumstances lead to stack corruption. 18 some circumstances lead to stack corruption.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines