[cfe-commits] Alignment of return from __builtin_alloca

Eli Friedman eli.friedman at gmail.com
Thu Jun 7 15:06:03 PDT 2012


On Thu, Jun 7, 2012 at 2:57 PM, David Sehr <sehr at google.com> wrote:
> Joerg,
>
> So the interesting case is where stackAlignment < SuitableAlignment.
> Would it be reasonable with you to align to the minimum of those two?

Yes, that's reasonable (although I don't think there are any targets
where min(stackAlignment, SuitableAlignment) != stackAlignment).

-Eli



More information about the cfe-commits mailing list