diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-02-11 10:43:35 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-02-11 10:43:35 +0000 |
commit | 7abfa3119cfdd8f85d1efb65aa7fd446624bf8fc (patch) | |
tree | 0adf74df4bbf1675ff3b5f486d72602bf67ca66a /pod | |
parent | 251cc6a6633b7581ea0831a6e963c2d37200aaee (diff) | |
download | perl-7abfa3119cfdd8f85d1efb65aa7fd446624bf8fc.tar.gz |
In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.
p4raw-id: //depot/perl@33277
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index caa1a833e5..bbf2f05c8d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -386,6 +386,14 @@ macro used can be changed. =back +=head2 + +C<Perl_ck_lengthconst> does nothing, but has the comment + + /* XXX length optimization goes here */ + +It predates 5.003. Investigate what it's about, and then implement it. + =head2 Modernize the order of directories in @INC The way @INC is laid out by default, one cannot upgrade core (dual-life) |