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

Comparing Coro/Changes (file contents):
Revision 1.266 by root, Sun Oct 7 13:53:37 2007 UTC vs.
Revision 1.267 by root, Mon Oct 8 00:47:19 2007 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3TODO: localise SIG{__DIE__} and/or __WARN__
4TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO. 3TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO.
5TODO: maybe implement a default message channel, very much like Erlang 4TODO: maybe implement a default message channel, very much like Erlang
6 (which is cool in a lot of important aspects (failures!), 5 (which is cool in a lot of important aspects (failures!),
7 but very lacking in others (higher level ipc)). 6 but very lacking in others (higher level ipc)).
8 7
14 - overlay the saved state over the context stack. This saves 13 - overlay the saved state over the context stack. This saves
15 a few hundred bytes per coroutine on average and also 14 a few hundred bytes per coroutine on average and also
16 speeds up context switching a bit. 15 speeds up context switching a bit.
17 - further tune default stack sizes. 16 - further tune default stack sizes.
18 - (more) correctly calculate stack usage in coro_rss. 17 - (more) correctly calculate stack usage in coro_rss.
18 - Coro::Storable::blocking_* did not properly lock
19 resulting in races between coroutines.
20 - added Coro::Storable::guard.
19 21
204.03 Sat Oct 6 21:24:00 CEST 2007 224.03 Sat Oct 6 21:24:00 CEST 2007
21 - added Coro::throw method. 23 - added Coro::throw method.
22 - minor code cleanups. 24 - minor code cleanups.
23 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines