[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]

[PATCH] Perl TODO related to threads::shared done



The entry in perltodo.pod for 'Improving "threads::shared"' was done
with the implementation of the shared_clone() function added to
shared.pm.  Attached patch removes that TODO.

(If I misinterpreted what the TODO was supposed to do, let me know.  Thanks.)
--- perl-current/pod/perltodo.pod
+++ perl-current/pod/perltodo.pod
@@ -132,11 +132,6 @@
 However, we need to make sure that they are still installed in
 architecture-independent directories by C<make install>.
 
-=head2 Improving C<threads::shared>
-
-Investigate whether C<threads::shared> could share aggregates properly with
-only Perl level changes to shared.pm
-
 =head2 POSIX memory footprint
 
 Ilya observed that use POSIX; eats memory like there's no tomorrow, and at

[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]