Change 33277 by [EMAIL PROTECTED] on 2008/02/11 10:43:35
In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.
Affected files ...
... //depot/perl/pod/perltodo.pod#212 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#212 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#211~32993~ 2008-01-18 00:20:13.000000000 -0800
+++ perl/pod/perltodo.pod 2008-02-11 02:43:35.000000000 -0800
@@ -386,6 +386,14 @@
=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)
End of Patch.