Menu

Step 3 Optimize Code Summing Array 50 Elements Using Loop Unrolling Run Generate Graph Per Q43803291

Step 3. Optimize the code for summing an array of 50elements using loop unrolling. Run and generate the graph ofperformance improvement. [30 marks]

Submission:

A. Make a word document with only the assembly codegenerated from the programs

B. Compare and contrast different versions of loopswritten in assembly for Step 2 Comparison should be done basedon:

a. Number of registers used

b. Number of jumps (iterations)

c. Total number of operations

C. Submit the word document to the Open Learning FacultyMember for grading.

Expert Answer


Answer to Step 3. Optimize the code for summing an array of 50 elements using loop unrolling. Run and generate the graph of perfor…

OR