avr-gcc-list
[Top][All Lists]
Advanced

[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 13:07:46 -0600
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Bob Paddock wrote:


Some gcc targets have an option of "-mtail-call" to optimize
calls followed immediately by a return into a jump to the subroutine.

<snip>
I tried -mtail-call with avr-gcc and I get "invalid option" from cc1.

Did I not use it correctly, or more likely it is is not implemented?

Yup. No such option for AVR.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]