This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Pretty good gcc-3.1 on sparc32-linux
On Thu, Apr 18, 2002 at 08:39:53PM +0200, Christian Jönsson wrote:
> Well, that could of course very well be the case. Do you suggest that
> I try something special to find something out for all of us or should
> I just drop the issue?
The delayed branch scheduling pass is a known problem child. It's
been waiting to be rewritten for a few years now.
I suppose you could compile that test case by hand with -Q to verify
that that is where the bulk of the time is being spent, but...
r~