From: Nicholas Clark Date: Sat, 17 Sep 2005 19:11:33 +0000 (+0000) Subject: Add shrinking GVs and CVs to the TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a750395e83f28d0ee1bd91e6283fc90ec2372e7;p=p5sagit%2Fp5-mst-13.2.git Add shrinking GVs and CVs to the TODO p4raw-id: //depot/perl@25448 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 3e925e3..6fe7a67 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -345,6 +345,13 @@ C. Clean this up. Check everything in core works +=head2 shrink Cs, 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. + =head2 merge Perl_sv_2[inpu]v There's a lot of code shared between C,