From: Nicholas Clark Date: Mon, 11 Feb 2008 10:43:35 +0000 (+0000) Subject: In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7abfa3119cfdd8f85d1efb65aa7fd446624bf8fc;p=p5sagit%2Fp5-mst-13.2.git In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO. p4raw-id: //depot/perl@33277 --- 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)