[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Now to do Tail Recursions?
From: |
E. Weddington |
Subject: |
Re: [avr-gcc-list] Now to do Tail Recursions? |
Date: |
Mon, 30 Aug 2004 21:33:01 -0600 |
On 30 Aug 2004 at 20:36, Bob Paddock wrote:
> On Monday 30 August 2004 08:14 pm, Douglas Dotson wrote:
> > This only works when the only thing on the stack is
> > the return address. High level languages like C
> > establish a stack frame that includes local varbs,
> > parameters, registers, etc.
>
> Doesn't the AVR have a separate call/return stack from
> the parameter stack?
>
Not that I'm aware of. Take a look at the FAQ in the avr-libc user manual for
more information
about the calling convention.
Eric