[patch][pr18006] On x86_64, align arrays >= 32 bytes to 32 bytes
Joerg Sonnenberger
joerg at britannica.bec.de
Tue Jan 7 06:40:16 PST 2014
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?
Joerg
More information about the cfe-commits
mailing list