On Thu, Nov 19, 2009 at 4:45 PM, H. Peter Anvin <hpa@zytor.com> wrote:
It's likely because you have long long vars on the stack which is
faster when they are aligned. -mno-stackrealign may do what you
want (or may not, I have not checked). I assume you already
use -mpreferred-stack-boundary=2.
Richard.
--