summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-07 19:23:14 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-07 19:23:14 +0000
commit35b64ab6316ff2abf98a24e9ac2da58ed5dd1894 (patch)
tree349322aecbc5153ca152ecf7786fa270dbbe71b7
parent3b6547f5bf85b73b309ae78aa34853ad20561fb6 (diff)
downloadperl-35b64ab6316ff2abf98a24e9ac2da58ed5dd1894.tar.gz
TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne. p4raw-id: //depot/perl@27404
-rw-r--r--pod/perltodo.pod9
1 files changed, 4 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index c071e2a10c..f4f9f59aba 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -385,12 +385,11 @@ C.
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