--- cvsroot/Coro/Changes 2011/05/06 21:27:43 1.560 +++ cvsroot/Coro/Changes 2011/05/07 14:11:10 1.561 @@ -10,6 +10,8 @@ cancels in a "safer" way if it succeeds. - implement Coro->cancel in XS for a 20% speed improvement, and to be able to implement mutual cancellation. + - speed up context switches by a percent or two by more efficiently + allocating context stack entries. - cancelling a coro while it itself is cancelling another coro is now supported and working, instead of triggering an assertion. - be a bit more crash-resistant when calling (buggy) on_destroy