This is the mail archive of the gcc@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: Altivec + 16 byte alignment


On Tue, 11 Feb 2003, Richard Kenner wrote:

>     It's just a function call, exposed to the front end.  Nice and clean.
> 
> In which case, why not do it totally in the back end?  I don't see it as
> a big deal, but I'm not sure what you gain by adding a call to that function
> into every front end.

Now that you mention it, I think Naveen's "stack reorgization" patch might
be relevent, since it allows juggling items on the stack around.

You might want to rearrange the stack to minimize the gaps between the
data items if you're supporting multiple aligned stack items.

Toshi



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