[cfe-dev] alignment of local variables
Eric Christopher
echristo at apple.com
Mon Mar 28 10:35:59 PDT 2011
On Mar 28, 2011, at 10:28 AM, Akira Hatanaka wrote:
> 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.
You'll run into other problems where people have requested an alignment and then depend upon it.
-eric
More information about the cfe-dev
mailing list