[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] Considerable Compiler improvement needs testing
From: |
Paul Schlie |
Subject: |
Re: [avr-libc-dev] Considerable Compiler improvement needs testing |
Date: |
Tue, 08 Feb 2005 15:42:29 -0500 |
User-agent: |
Microsoft-Entourage/11.1.0.040913 |
In direct brief communication with Roger earlier this week, I know he
intends to check it in shortly unless anyone has any known improvements
to suggest as it fixes a bug he's tracking. (at which time I had also
asked if it may be possible to consider folding in the MODES_TIEABLE_P
tweak if perceived to also be productive and likely safe); so he should
likely be checked with, as the patch may have been further refined since
last posted, but don't know.
> From: <address@hidden>
> Date: Tue, 08 Feb 2005 12:59:14 -0500
> To: "\"E. Weddington\"" <address@hidden>
> Cc: <address@hidden>, Marek Michalkiewicz <address@hidden>
> Subject: Re: [avr-libc-dev] Considerable Compiler improvement needs testing
>
> Rogers latest patch is:
>
> http://gcc.gnu.org/ml/gcc-patches/2005-01/msg02224.html
>
> This has low cost constants and so far a win in all cases. There a few areas
> think could be improved but it is not worth changing at this time. It is much
> better than what we have and does help prevent other gcc changes from giving
> bizarre results (well some of them!)
>
> BR