Sciweavers

ACMSE
2004
ACM

Execution characteristics of SPEC CPU2000 benchmarks: Intel C++ vs. Microsoft VC++

13 years 10 months ago
Execution characteristics of SPEC CPU2000 benchmarks: Intel C++ vs. Microsoft VC++
Modern processors include features such as deep pipelining, multilevel cache hierarchy, branch predictors, out of order execution engine, and advanced floating point and multimedia units. To successfully exploit these features, architecture-aware compilers that can produce target-specific optimal codes for the applications are needed. Using the knowledge about the architectural features, the compilers can contribute to maximizing the application performance through effective pipeline scheduling, memory penalty minimization and path length reduction. A study of the execution characteristics for the binaries generated by the various compilers can provide insights about the effectiveness of the optimization options used in the compilers. The in-built performance monitoring hardware found in present day processors can be used to collect the performance metrics for the study of execution characteristics. In this paper, we compare the Intel C++ and Microsoft VC++ compilers by studying the e...
Swathi Tanjore Gurumani, Aleksandar Milenkovic
Added 30 Jun 2010
Updated 30 Jun 2010
Type Conference
Year 2004
Where ACMSE
Authors Swathi Tanjore Gurumani, Aleksandar Milenkovic
Comments (0)