This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Recent removal of the 'aux' field in tree_common


On Thu, Feb 28, 2002 at 11:06:00AM -0500, Diego Novillo wrote:
> The tree SSA code in the ast branch makes heavy use of
> tree_common.aux:
...
> Is the idea to remove the aux field for good?  If so, I'd like to
> discuss ways of mapping mechanisms so that we can associate other
> data structures to a tree.

The primary reason I took it out was that it's unused on the mainline,
and we didn't want to waste the memory in 3.1.

I would be open to putting it back when ast-branch is merged back in,
but I would prefer to find a way which does not increase the size of
every tree node.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]