On 7 January 2014 09:40, Joerg Sonnenberger <[email protected]> wrote: > On Wed, Nov 20, 2013 at 12:15:55PM -0500, Rafael Espíndola wrote: >> This is the first patch for pr18006. It just changes the alignment we >> use when creating large arrays (>=32 bytes) on x86_64. > > I don't like this. Isn't it going to force the more expensive > realignment mode whenever such an array is on the stack?
Good point. Testing that shows that gcc only aligns static data to 32 bits. Looks like I misread something. I will update pr18006. Cheers, Rafael _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
