This is the mail archive of the gcc-patches@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: Leaf optimization/call stuff?


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> On Thu, Apr 29, 1999 at 10:02:55AM -0700, Mark Mitchell
    Richard> wrote:
    >> subl $8,%esp addl $16,%esp addl $-4,%esp pushl $0 pushl $0
    >> pushl $_A call __1Aii

    Richard> Whee.  The initialization code gen doesn't play by the
    Richard> rules -- that addl 16 is supposed to go at the end.

    Richard> Here's a fix.

Thanks much!  So this was my fault!  I appreciate you're fixing it up.
Would you mind explaining what the deal is with the NO_DEFER_POP bit?
It doesn't appear in the GCC manual, as far as I can tell, and I see
that these macros are utterly undocumented in expr.h.  If you give me
a bit of information, I'll at least add a commment to expr.h.

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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