--- Coro/Changes 2014/05/01 08:09:18 1.630 +++ Coro/Changes 2014/06/01 19:55:41 1.631 @@ -5,7 +5,10 @@ TODO: __GCC_HAVE_DWARF2_CFI_ASM TODO: swap_sv, maybe add scope_swap_sv, andallow to unswap by repeat? TODO: swap_sv not undone in pool +TODO: croak when async_pool triesd to runc anceled thread? +TODO: look into the array placeholder now NULL issue. +6.38 Sun Jun 1 21:54:23 CEST 2014 - check that perl slots actually have enough space to hold interpreter variables. - untested port to perl 5.19 (64 bit tmps indices) (reported @@ -138,7 +141,7 @@ 6.01 Sun Jul 3 12:31:14 CEST 2011 - workarounds are good, but the test for whether pthreads are used - was not good. thisone should be better. + was not good. this one should be better. - check differently whether gcc generates cfi instructions itself. 6.0 Wed Jun 29 19:43:35 CEST 2011 @@ -146,7 +149,7 @@ destroyed and cleaned up automatically (e.g. async { schedule }). - implement a JIT compiler for part of the thread switch code, which gives a 50% speed improvement on threaded perls, and - about 4% on non-thraeded perls (so threaded perls now finally + about 4% on non-threaded perls (so threaded perls now finally reach about half the speed of non-threaded perls). - slightly modernise Coro::Intro, add section about rouse functions. - avoid DEFSV and ERRSV, giving another 10% improvement