I just wanted to know if it is absolutely necessary to implement dynamic
 stack realignment in the backend. If the maximum alignment is no larger
 than the default alignment of the run-time stack, you won't have to 
adjust the stack pointer at run-time.<br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 10:03 AM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@apple.com">echristo@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
On Mar 28, 2011, at 9:58 AM, Akira Hatanaka wrote:<br>
<br>
> Is it possible to set a maximum alignment for local variables, either by passing a command line option or using target-specific hooks?<br>
> For example, in the code shown below, if the maximum alignment is 8, the alignment attribute in the source code (__aligned__(16)) will be ignored, and local variable a will be aligned on an 8-byte boundary.<br>
<br>
</div>No, and why would you want to do this?<br>
<font color="#888888"><br>
-eric<br>
</font></blockquote></div><br>