Bruce Evans wrote:
>  I would have
> expected the most generally efficient way to align doubles and the new PIII
> obkects to be aligning the stack only in functions that have such objects
> on the stack.  This requires at most one extra instruction:
> 
>       andl $~0xf,$esp         16-byte alignment

I think, it's not that simple in the usual case when the object is accessed via 
(%ebp-<someconstant>).

Dima




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to