This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0e9768
)
Add an idea by Hugo
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 Aug 2007 13:41:28 +0000
(13:41 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 9 Aug 2007 13:41:28 +0000
(13:41 +0000)
p4raw-id: //depot/perl@31695
pod/perltodo.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index
c63820b
..
b58ad8f
100644
(file)
--- a/
pod/perltodo.pod
+++ b/
pod/perltodo.pod
@@
-550,6
+550,12
@@
program if you pass the process ID. It would be good to do this with the Perl
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