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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Possible to generate Flat Code


From: Jacques van der Linde
Subject: [avr-gcc-list] Possible to generate Flat Code
Date: Thu, 2 Dec 2004 12:56:11 +0200

Hi,

Are there a way to tell the avr-gcc compiler to generate "flat code"??   By 
"flat code" I mean that the compiler musn't insert calls and jumps to functions 
generated by the compiler for optimization, but rather put the code where the 
call or jmp would have been i.e. put the code at the place where it is needed, 
don't call/jump to it.

Specifying optimization level 0 doesn't give the desired results.

Can anyone help?

Thanks
Jacques 


reply via email to

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