Drop the iCOW plan from the todo.
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Mar 2012 19:35:23 +0000 (21:35 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 24 Apr 2012 08:51:55 +0000 (10:51 +0200)
Dave has detailed reasons why he doesn't think that this would work. So it's
a bad idea to suggest it as something people should work on.

Porting/todo.pod

index 81031fb..27eb5e4 100644 (file)
@@ -1119,7 +1119,7 @@ of 5.18.0"
 
 =head2 make ithreads more robust
 
-Generally make ithreads more robust. See also L</iCOW>
+Generally make ithreads more robust.
 
 This task is incremental - even a little bit of work on it will help, and
 will be greatly appreciated.
@@ -1129,12 +1129,6 @@ without a C<fchdir> function (in sv.c:Perl_dirp_dup).
 
 Fix Perl_sv_dup, et al so that threads can return objects.
 
-=head2 iCOW
-
-Sarathy and Arthur have a proposal for an improved Copy On Write which
-specifically will be able to COW new ithreads. If this can be implemented
-it would be a good thing.
-
 =head2 (?{...}) closures in regexps
 
 Fix (or rewrite) the implementation of the C</(?{...})/> closures.