
Originally Posted by
Michael
I've been running some GCC 4.6 benchmarks versus GCC 4.5.2 along with LLVM 2.9 SVN and the LLVM Clang compiler and LLVM's DragonEgg optimizer for GCC. Those benchmarks should be on Phoronix this coming Monday.
Could you please add ICC benchmark to your results? I've been using ICC recently and I have a feeling that it generates a lot faster code than GCC.
I'm using GCC 4.5.2 and ICC 12.0.2
Code:
$ gcc --version
gcc (GCC) 4.5.2 20110127 (prerelease)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ icc --version
icc (ICC) 12.0.2 20110112
Copyright (C) 1985-2011 Intel Corporation. All rights reserved.