--- Coro/Changes 2004/02/13 23:17:41 1.87 +++ Coro/Changes 2004/02/14 12:39:41 1.88 @@ -4,6 +4,10 @@ - removed Coro::State::flush, implemented a new and much faster caching mechanism by attaching magic to the CV. - a memleak with (real) closures remains. + - dramatically reduced size of stacks to 65536 (linux/x86), after + observing that even myhttpd never had more than a kilobyte + of stack in use (stack is still only physically allocated in + pagesize increments for systems suporting mmap). 0.9 Sun Nov 23 04:32:39 CET 2003 - fix a few very hard to track down but (of course) stupid