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

Comparing Coro/Changes (file contents):
Revision 1.400 by root, Mon Nov 10 04:37:23 2008 UTC vs.
Revision 1.411 by root, Fri Nov 14 07:22:11 2008 UTC

2 2
3TODO: should explore PerlIO::coroaio (perl leaks like hell). 3TODO: should explore PerlIO::coroaio (perl leaks like hell).
4TODO: maybe implement a default message channel, very much like Erlang's 4TODO: maybe implement a default message channel, very much like Erlang's
5 actor model (which is cool in a lot of important aspects (failures!), 5 actor model (which is cool in a lot of important aspects (failures!),
6 but very lacking in others (higher level ipc)). 6 but very lacking in others (higher level ipc)).
7
85.0
9 - NEW ARCHITECTURE: use 4.912 for the stable version.
10 - bump API version to 7 - all dependents must be recompiled.
11 - directly patch the entersub opcode calling ssl functions (cede,
12 transfer and so on). this does speed up context switching by
13 up to 10%. More importanly, it frees us from the hardcoded
14 behaviour of entersub, so we might actually be able to return
15 something from those functions.
16 - take advanatge of __builtin_frame_address on gcc.
17 - expose THX in coroapi (not sure whether this was a wise decision).
18
194.912 Thu Nov 13 18:31:23 CET 2008
20 - minor cleanups.
21 - use much larger stacks on linux and perl < 5.8.8.
22 - Coro::Debug::new_unix_server did not unlink the socket
23 when destroyed.
24
254.911 Tue Nov 11 04:26:17 CET 2008
26 - "port" to threaded perls.
7 27
84.91 Mon Nov 10 05:36:38 CET 2008 284.91 Mon Nov 10 05:36:38 CET 2008
9 - the ->throw exception object no longer leaks. 29 - the ->throw exception object no longer leaks.
10 - creating a new cctx leaked a scopestack entry (memleak). 30 - creating a new cctx leaked a scopestack entry (memleak).
11 - new coroutines didn't get created with a zero flags field 31 - new coroutines didn't get created with a zero flags field

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines