Where can I find a good source code for benchmarking a certain compiler?
Posted
by chila
on Stack Overflow
See other posts from Stack Overflow
or by chila
Published on 2010-05-31T22:08:16Z
Indexed on
2010/05/31
22:13 UTC
Read the original article
Hit count: 172
c++
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.
© Stack Overflow or respective owner