X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/70cf0185be8a46ed25b37689143a5eb26c7909eb..af9e49b40a4cc2d6c0d5ebad7e84fb62143b24e1:/pod/perltodo.pod diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 59ca063..7de5353 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -366,14 +366,6 @@ typically requiring 4 byte alignment, and then an odd C 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 has a lot of partially repeated code in the filetest operators (for -example C, C, C, and C, -C, C). It would be good to investigate whether some -of this could be refactored out into common static functions. A similar -refactoring on F saved about 1.5K of object code size. - =head2 bincompat functions There are lots of functions which are retained for binary compatibility.