Where can I find a good source code for benchmarking a certain compiler?
- by chila
I want to determine which compiler is better on 2 different platforms. First, I want to know whether sunCC or GCC generates fastest code in a Solaris system. Then, I'd like to know whether aCC or GCC generates fastest code in a HP/UX system.
Thanks.