This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Gcc extra alignment..


On Tue, Oct 31, 2000 at 01:57:12PM -0600, Loren James Rittle wrote:
>         nop
>         call    bar

This is not alignment padding.  This is an explicit nop to separate
line numbers for debugging, which we only emit at -O0.  We should
probably not emit the nop when not emitting debugging information,
but -O0 -g0 seems like a fairly rare combination.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]