This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unaligned block moves and MEM_ALIGN re-broken
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dje at watson dot ibm dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 26 Jan 02 06:41:58 EST
- Subject: Re: Unaligned block moves and MEM_ALIGN re-broken
I am a little concerned what other problems are going to show up with
this patch which now is going to make a lot of objects appear much
less aligned.
I'm not. On a non-STRICT_ALIGNMENT machine, alignment problems affect only
efficiency, not correctness.
This patch needs to be thoroughly regression tested.
I was hoping you'd do that on an rs6000 target.