M
Maxim Yegorushkin
Just a heads up: Both the Intel and Sun compilers are available for
free on Linux. They might be restricted to non-commercial use, or
something, but you can certainly try them out.
Sun C++ compiler is slow to compile and buggy, even the latest versions.
I've been using Sun compilers for 4 years and at least once per year I
encounter an instance when Sun C++ compiler generates wrong assembly
code from perfectly well-formed C++ when optimizations are enabled.
Compiling the same code with g++ and optimizations produces correct
assembly code.
Intel compilers have been know to cripple non-Intel processors. Can't
use it in a good conscience really.
http://www.agner.org/optimize/blog/read.php?i=49