[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regress
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression? |
Date: |
Wed, 21 Feb 2007 14:08:30 +0100 |
User-agent: |
Mutt/1.5.11 |
As Haase Bjoern (PT-BEU/EMT) wrote:
> >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30908
> IMO, the situation is not so clear. Frequently, inlining functions
> is *more* code efficient because the calling function possibly does
> not need to add code for saving registers. Possibly this decision
> determines if the caller needs a frame pointer or not. Whether or
> not to inline code is a difficult decision and I am convinced that
> it is generally useful that even -Os inlines (tiny!) functions.
Apparently, it needs to be tuned for the AVR target though, as the
costs for calling a function are over-estimated.
See also the discussion that started in the bug tracker.
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, (continued)
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Dave Hansen, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, David Brown, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5,regression?, Graham Davies, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, David Brown, 2007/02/21
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Joerg Wunsch, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Bob Paddock, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Bob Paddock, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Dave Hylands, 2007/02/20
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Joerg Wunsch, 2007/02/21
- AW: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?, Haase Bjoern (PT-BEU/EMT), 2007/02/21
- Re: [avr-gcc-list] Wrong excution order in 4.1.1, but not 3.4.5, regression?,
Joerg Wunsch <=