From 7abfa3119cfdd8f85d1efb65aa7fd446624bf8fc Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 11 Feb 2008 10:43:35 +0000 Subject: [PATCH] In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO. p4raw-id: //depot/perl@33277 --- pod/perltodo.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pod/perltodo.pod b/pod/perltodo.pod index caa1a83..bbf2f05 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -386,6 +386,14 @@ macro used can be changed. =back +=head2 + +C 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) -- 1.8.3.1