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

Comparing Coro/Changes (file contents):
Revision 1.393 by root, Fri Nov 7 20:27:47 2008 UTC vs.
Revision 1.394 by root, Sat Nov 8 04:31:28 2008 UTC

7 7
85.0 85.0
9 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there). 9 - (libcoro) did not preserve rbp with CORO_ASM (we are getting there).
10 - (libcoro) no longer leak threads in the experimental pthread backend, 10 - (libcoro) no longer leak threads in the experimental pthread backend,
11 also speed it up considerably. 11 also speed it up considerably.
12 - (libcoro) do not rely on makecontext passing void *'s unscathed.
12 - fix compiletime dependencies on libcoro in the Makefile. 13 - fix compiletime dependencies on libcoro in the Makefile.
13 - cctx_count wasn't always updated properly. 14 - cctx_count wasn't always updated properly.
14 - (libcoro) cleanup and extend the libcoro API to officialy
15 allow creation of empty source contexts.
16 - Coro::State::cctx_stacksize wasn't applied correctly. 15 - Coro::State::cctx_stacksize wasn't applied correctly.
17 - new function Coro::State::cctx_max_idle. 16 - new function Coro::State::cctx_max_idle.
18 - the default max number of idle C contexts is now 4. 17 - the default max number of idle C contexts is now 4.
18 - (libcoro) try harder to get _setjmp/_longjmp.
19 - (libcoro) cleanup and extend the libcoro API to officially
20 allow the creation of empty source contexts.
19 21
204.804 Wed Nov 5 16:36:00 CET 2008 224.804 Wed Nov 5 16:36:00 CET 2008
21 - Coro::Debug::new_unix_server would not create a non-blocking listening 23 - Coro::Debug::new_unix_server would not create a non-blocking listening
22 socket, sometimes causing freezes. 24 socket, sometimes causing freezes.
23 - (libcoro) fix misaligned stack points for setjmp and assembly 25 - (libcoro) fix misaligned stack points for setjmp and assembly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines