From: Nicholas Clark Date: Tue, 7 Mar 2006 19:23:14 +0000 (+0000) Subject: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35b64ab6316ff2abf98a24e9ac2da58ed5dd1894;p=p5sagit%2Fp5-mst-13.2.git TPF++ # perlfoundation.org/gc/grants/2006-perl5-improve.html Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne. p4raw-id: //depot/perl@27404 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c071e2a..f4f9f59 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -385,12 +385,11 @@ C. Clean this up. Check everything in core works -=head2 shrink Cs, Cs +=head2 shrink Cs -By removing unused elements and careful re-ordering, the structures for Cs -and Cs have recently been shrunk considerably. It's probable that the same -approach would find savings in Cs and Cs, if not all the other -larger-than-C types. +By removing unused elements and careful re-ordering, the structures for Cs, +Cs, Cs and Cs have recently been shrunk considerably. Cs and +Cs might have some savings to win. =head2 UTF8 caching code