On 21 August 2012 10:58, Richard Guenther wrote:
> Index: trunk/gcc/tree.h
> ===
> *** trunk.orig/gcc/tree.h 2012-08-20 12:47:47.0 +0200
> --- trunk/gcc/tree.h2012-08-21 10:32:47.717394657 +0200
> *** enu
On Mon, 20 Aug 2012, Richard Guenther wrote:
>
> This shrinks TREE_VEC from 40 bytes to 32 bytes and SSA_NAME from
> 80 bytes to 72 bytes on a 64bit host. Both structures suffer
> from the fact they need storage for an integer (length and version)
> which leaves unused padding. Both data struct
This shrinks TREE_VEC from 40 bytes to 32 bytes and SSA_NAME from
80 bytes to 72 bytes on a 64bit host. Both structures suffer
from the fact they need storage for an integer (length and version)
which leaves unused padding. Both data structures do not require
as many flag bits as we keep in tree