Change 27404 by [EMAIL PROTECTED] on 2006/03/07 19:23:14
TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
Affected files ...
... //depot/perl/pod/perltodo.pod#131 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#131 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#130~27209~ 2006-02-17 07:48:59.000000000 -0800
+++ perl/pod/perltodo.pod 2006-03-07 11:23:14.000000000 -0800
@@ -385,12 +385,11 @@
Clean this up. Check everything in core works
-=head2 shrink C<GV>s, C<CV>s
+=head2 shrink C<IO>s
-By removing unused elements and careful re-ordering, the structures for C<AV>s
-and C<HV>s have recently been shrunk considerably. It's probable that the same
-approach would find savings in C<GV>s and C<CV>s, if not all the other
-larger-than-C<PVMG> types.
+By removing unused elements and careful re-ordering, the structures for C<AV>s,
+C<HV>s, C<CV>s and C<GV>s have recently been shrunk considerably. C<PVIO>s and
+C<PVBM>s might have some savings to win.
=head2 UTF8 caching code
End of Patch.