In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.
Nicholas Clark [Mon, 11 Feb 2008 10:43:35 +0000 (10:43 +0000)]
p4raw-id: //depot/perl@33277

pod/perltodo.pod

index caa1a83..bbf2f05 100644 (file)
@@ -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)