Change 31695 by [EMAIL PROTECTED] on 2007/08/09 13:41:28
Add an idea by Hugo
Affected files ...
... //depot/perl/pod/perltodo.pod#184 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#184 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#183~31633~ 2007-07-19 01:51:28.000000000 -0700
+++ perl/pod/perltodo.pod 2007-08-09 06:41:28.000000000 -0700
@@ -550,6 +550,12 @@
debugger on a running Perl program, although I'm not sure how it would be
done." ssh and screen do this with named pipes in /tmp. Maybe we can too.
+=head2 Optimize away empty destructors
+
+Defining an empty DESTROY method might be useful (notably in
+AUTOLOAD-enabled classes), but it's still a bit expensive to call. That
+could probably be optimized.
+
=head2 LVALUE functions for lists
The old perltodo notes that lvalue functions don't work for list or hash
End of Patch.