diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-04 17:11:54 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-04 17:11:54 +0000 |
commit | c0e49bd0b903dd5582b2db31a01d4bc820689f5a (patch) | |
tree | 7fd6017a09f6655a5e1471ce8ce50a0e7a51c1fc /pod | |
parent | e61480391891581f5adefefc4f92d1d919170395 (diff) | |
download | perl-c0e49bd0b903dd5582b2db31a01d4bc820689f5a.tar.gz |
I believe that mathoms have been completely TODOne.
p4raw-id: //depot/perl@27082
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 19d12dd59c..1e1d452db0 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -361,11 +361,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 bincompat functions - -There are lots of functions which are retained for binary compatibility. -Clean these up. Move them to mathom.c, and don't compile for blead? - =head2 am I hot or not? The idea of F<pp_hot.c> is that it contains the I<hot> ops, the ops that are |