Question: Gcc targets most modern instruction set architectures (see www.gnu.org/software/gcc/). Create a version of gcc for several architectures that you have access to, such as x86,
Gcc targets most modern instruction set architectures (see www.gnu.org/software/gcc/). Create a version of gcc for several architectures that you have access to, such as x86, RISC-V, PowerPC, and ARM.
a. Compile a subset of SPEC CPU2017 integer benchmarks and create a table of code sizes. Which architecture is best for each program?
b. Compile a subset of SPEC CPU2017 floating-point benchmarks and create a table of code sizes. Which architecture is best for each program?
c. Compile a subset of EEMBC AutoBench benchmarks (see www.eembc.org/home.php) and create a table of code sizes. Which architecture is best for each program?
d. Compile a subset of EEMBC FPBench floating-point benchmarks and create a table of code sizes. Which architecture is best for each program?
Step by Step Solution
3.42 Rating (139 Votes )
There are 3 Steps involved in it
a Compilation of SPEC CPU2017 Integer Benchmarks To compile a subset of SPEC CPU2017 integer benchmarks for different architectures we can analyze the code sizes for each benchmark and determine which ... View full answer
Get step-by-step solutions from verified subject matter experts
