On 06.12.2016 23:59, Joerg Wunsch wrote:
As George Spelvin wrote:

Perhaps the two different reduction-mod-5 schemes should depend on
OPTIMIZE_SPEED?

Doesn't really matter much.  Since the library is pre-compiled, you
cannot map it to the user's -Ox compiler option anyway.

As Johann already explained, most AVR users care for saved flash
and RAM more than for saving a few CPU cycles.

Skimming generated code, IMO modules like vfprintf should be
compiled with -mcall-prologues; at least the versions that
supply float support (as many float functions use call-prologues
anyway).

Johann




_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to