Question: Step 3. Optimize the code for summing an array of 50 elements using loop unrolling. Run and generate the graph of performance improvement. [30 marks]
Step 3. Optimize the code for summing an array of 50 elements using loop unrolling. Run and generate the graph of performance improvement. [30 marks]
Submission:
A. Make a word document with only the assembly code generated from the programs
B. Compare and contrast different versions of loops written in assembly for Step 2 Comparison should be done based on:
a. Number of registers used
b. Number of jumps (iterations)
c. Total number of operations
C. Submit the word document to the Open Learning Faculty Member for grading.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
