From: Vincent Pit Date: Fri, 24 Jul 2015 20:20:18 +0000 (-0300) Subject: Refactor the su_ud_common structure X-Git-Tag: rt104751~6 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=b12d0710fc9e762dc2791d97f9f660454b9bb1f2;hp=b12d0710fc9e762dc2791d97f9f660454b9bb1f2;p=perl%2Fmodules%2FScope-Upper.git Refactor the su_ud_common structure The handler member is replaced by a small integer index into a static array. The pad member is shrank so that it can be packed together with the type. In the remaining space, we fit a private member that can be used to remove the type member of su_ud_localize. ---