summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-11-04 13:02:42 +0000
committerNicholas Clark <nick@ccl4.org>2005-11-04 13:02:42 +0000
commitaf9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1 (patch)
tree416d37161f75757de3100eee573d3cdf9c53c516 /pod
parent70cf0185be8a46ed25b37689143a5eb26c7909eb (diff)
downloadperl-af9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1.tar.gz
ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
with Perl_pp_ftrread(). p4raw-id: //depot/perl@25986
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 59ca063e4c..7de53535c0 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -366,14 +366,6 @@ typically requiring 4 byte alignment, and then an odd C<bool> later on.
to review the ordering of the variables, to see how much alignment padding can
be removed.
-=head2 repeated code in filetest operators
-
-F<pp_sys.c> has a lot of partially repeated code in the filetest operators (for
-example C<pp_ftrowned>, C<pp_ftzero>, C<pp_ftsize>, and C<pp_ftmtime>,
-C<pp_ftatime>, C<pp_ftctime>). It would be good to investigate whether some
-of this could be refactored out into common static functions. A similar
-refactoring on F<utf8.c> saved about 1.5K of object code size.
-
=head2 bincompat functions
There are lots of functions which are retained for binary compatibility.