This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc2.96 result is faster than 3.1 and above
- From: "Giovanni Bajo" <giovannibajo at libero dot it>
- To: <hongz at cadence dot com>
- Cc: <gcc-bugs at gcc dot gnu dot org>
- Date: Wed, 7 May 2003 03:20:15 +0200
- Subject: Re: gcc2.96 result is faster than 3.1 and above
Hello,
In my tests, GCC 3.2.0 seems the fastest. The different is basically in loop
unrolling If you specify -funroll-loops, all versions behave almost the
same.
Giovanni Bajo