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

Comparing Coro/Changes (file contents):
Revision 1.424 by root, Mon Nov 17 07:03:11 2008 UTC vs.
Revision 1.425 by root, Mon Nov 17 07:19:15 2008 UTC

39 - removed timed_down and timed_guard functions - they were not being 39 - removed timed_down and timed_guard functions - they were not being
40 used anyways and should be replaced by a more generic mechanism - 40 used anyways and should be replaced by a more generic mechanism -
41 and were annoying to support anyways :) 41 and were annoying to support anyways :)
42 - used new SLF interface to massively speed up Coro::Semaphore by a 42 - used new SLF interface to massively speed up Coro::Semaphore by a
43 factor of three. 43 factor of three.
44 - used new SLF interface to speed up Coro::AIO by roughly 40-60% and 44 - used new SLF interface to speed up Coro::AIO by roughly 400% and
45 reduce its memory usage considerably. 45 reduce its memory usage considerably.
46 - forgot to include Coro/libcoro/README in the dist for all these years. 46 - forgot to include Coro/libcoro/README in the dist for all these years.
47 - work around a freebsd pthreads bug (manual testcancel is required as 47 - work around a freebsd pthreads bug (manual testcancel is required as
48 pthread_cond_wait isn't a cancellation point on freebsd). 48 pthread_cond_wait isn't a cancellation point on freebsd).
49 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines