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

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

Re: [avr-gcc-list] Avr-gcc versions comparison.


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Avr-gcc versions comparison.
Date: Wed, 21 Feb 2007 21:15:47 +0100 (MET)

"Bruce D. Lightner" <address@hidden> wrote:

> While you are "testing", have you checked the code quality for the
> I/O "bit test" logic in avr-gcc v4.1.2?

Dmitry has taken responsibility for the math library code in avr-libc.
I don't think he'll be able to tell you much about GCC's code
generation...

Regarding your bit test pessimizations, it might be worth opening a
GCC bug report, but still, it would need some GCC developer to track
that down, and eventually fix it...  For the time being, I've seen
better results by turning bit tests into inline functions (return type
"bool").

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

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