Subject: Re: a nice PDF to read
To: Aaron J. Grier <agrier@poofygoof.com>
From: Steven J. Hill <sjhill@realitydiluted.com>
List: port-mips
Date: 06/05/2004 15:25:31
Aaron J. Grier wrote:
> 
> I was under the impression that the current (3.x.x) GCC compiler doesn't
> produce very good code for MIPS processors.  am I mistaken?
>
The 3.x.x compilers produce code optimized more for speed than for
size like 2.95 did. Also, all 3.2.x version of GCC have bugs related
to usage of the '-fschedule-insns' in conjunction with '-O2'.

-Steve