Re: Free UNIX for non-commerical use.
From: mike (mmilewski_at_comcast.net)
Date: 07/29/03
- Next message: Greg Menke: "Re: Free UNIX for non-commerical use."
- Previous message: nospam_at_nouce.bellatlantic.net: "Re: RL02 assistance...."
- In reply to: Uli Link: "Re: Free UNIX for non-commerical use."
- Next in thread: Greg Menke: "Re: Free UNIX for non-commerical use."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Jul 2003 20:58:26 -0400
> > > Don't agree: the optimization of the GCC has become much better:
> > > in 9 out of 10 times the GCC produces faster binaries than vendor
> compilers
> > > Perhaps not, if you will tune every single object, and put a lot of
> #pragma
> > > in your source to keep the vendor compilers from producing invalid code.
> > > On AIX IBM's xlc build faster common-mode bins, but if you mind peak
> > > performance, you should try the GCC 3.x and the cpu-specific
> optimizations.
> > > Never got working binaries from any GNU code with xlc and "-O5".
> > > GCC's results were up to 10% faster on PowerPC, with greater difference
> for
> > > float compared to integer.
> > > Same for Solaris x86, SCO and NCR's MP-RAS.
> > > A great time-saver of the GCC is the fix of bugs in the O/S include
> headers.
> >
> > I have never yet seen gcc 3.2 or previous generate faster code than
> > Sun's C compiler. I've seen improvements up to 10* by switching to
> > Sun's cc, depending on the code. Thats with specific cpu/architecture
> > selection and high optimization selected for both gcc and cc,
> > compiling plain C code.
> >
> Don't have written that this is valid for Solaris on Sparc, but I've never
> seen a factor of ten on the E450 I've compared GCC 2.95.2 and Sun's Workshop
> 4 a few years ago.
> It is maybe??? possible to write code leading to such extreme results, but
> you could never expect such factor in real life. Not even with the code for
> SPECint and SPECfp which no commercial vendor will ignore.
> If you can build the Apache/SSL/PHP4 running 10times as fast as the GCC
> build I will do the packaging for you.
> But Sun will make the next version slower, since no one buys new hw anymore
> ;-)
Regarding the GCC issue, I would like to state that I have seen a performance
increase with SGI's MIPSpro compilers for IRIX - most noteworthy example would
be a xmame build I did once and it performed much better with MIPSpro. It has
also been my experience that sometimes it just depends on the program itself.
- Next message: Greg Menke: "Re: Free UNIX for non-commerical use."
- Previous message: nospam_at_nouce.bellatlantic.net: "Re: RL02 assistance...."
- In reply to: Uli Link: "Re: Free UNIX for non-commerical use."
- Next in thread: Greg Menke: "Re: Free UNIX for non-commerical use."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|