Re: PIC versus AVR
- From: "FreeRTOS.org" <nospam@xxxxxxxxxx>
- Date: Fri, 04 Aug 2006 07:52:15 GMT
David Kelly wrote:
compiler. I looked a lot at the output of avr-gcc. It never wrote
assembly that I could improve enough to justify the effort to rewrite in
assembly. Once or twice I changed a C expression for better assembly
Mmm, maybe. I'm currently evaluating avrgcc (with which I have a lot of
experience) against IAR and Rowley (with which I have relatively little
experience on AVR targets). There _are_ differences.
One big difference:
AVRGCC - single stack, does something odd when making function calls.
IAR, Rowley, ImageCraft - separate call and data stacks to prevent the
necessity for the above odd thing.
Regards,
Richard.
http://www.FreeRTOS.org
for Cortex-M3, ARM7, ARM9, HCS12, H8S, MSP430
Microblaze, Coldfire, AVR, x86, 8051 & PIC18 * * * *
.
- Follow-Ups:
- Re: PIC versus AVR
- From: Grant Edwards
- Re: PIC versus AVR
- References:
- PIC versus AVR
- From: mc
- Re: PIC versus AVR
- From: David Kelly
- Re: PIC versus AVR
- From: larwe
- PIC versus AVR
- Prev by Date: Re: PIC versus AVR
- Next by Date: Re: PIC versus AVR
- Previous by thread: Re: PIC versus AVR
- Next by thread: Re: PIC versus AVR
- Index(es):
Relevant Pages
|