This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [LTO] Flattening memory expressions?
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>, Diego Novillo <dnovillo at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 08 Jun 2006 16:42:58 -0400
- Subject: Re: [LTO] Flattening memory expressions?
- References: <44884CBE.9030309@redhat.com> <20060608203622.GA6485@redhat.com>
Richard Henderson wrote on 06/08/06 16:36:
> As folks have pointed out down-thread wrt multi-dimensional arrays,
> I think this is a rather poor idea. Both for components and arrays.
>
Yeah, multi-dimensional arrays are a problem. I'm not sure I see the
flattening of components as a problem. Because we would need to take
the address of inner fields?
> There are other options for this besides stack machine.
>
Cool. What would those be?