This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.3.0 Status Report (2007-09-04)


Rask Ingemann Lambertsen wrote:
> On Tue, Sep 04, 2007 at 07:40:19PM -0700, Mark Mitchell wrote:
>> Are there Stage 1 or Stage 2 patches in need of review?  I'll do my best
>> to either (a) convince someone to review them, or (b) review them myself.
> 
> http://gcc.gnu.org/ml/gcc-patches/2007-08/msg02217.html

This patch is OK.

There may be machine descriptions that, for whatever reason, only do
something clever with "a + b < b"; they will now lose.  But, those
machine descriptions were odd anyhow; logically, they should handle both
"a + b < a" and "a + b < b" the same way.

So, your patch seems like a good improvement; as you say, it gives the
back end fewer cases to optimize.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]