--- Coro/Changes 2008/11/13 17:32:01 1.407 +++ Coro/Changes 2008/11/14 02:29:09 1.408 @@ -5,6 +5,14 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +5.0 + - ARCHITECTURAL REDESIGN, use 4.912 for the stable version. + - directly patch the entersub opcode calling ssl functions (cede, + transfer and so on). this does speed up context switching by + up to 10%. More importanly, it frees us from the hardcoded + behaviour of entersub, so we might actually be able to return + something from those functions. + 4.912 Thu Nov 13 18:31:23 CET 2008 - minor cleanups. - use much larger stacks on linux and perl < 5.8.8.