> > Anyhow, I'll repeat it here - stack alignment does *not* break
> > link-compatibility.  It does not change calling conventions, it just
> > adds padding after the args to ensure that local variables can be
> > predictably aligned.

> So, how does aligning stackframes affect the inherently static property
> of code size then?

Instructions are inserted to perform that alignment (add padding).
When the alignment is 2 (i.e. on 4-byte boundaries), no padding is
required in typical cases.


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

Reply via email to