Computer System 2
In this assignment you will optimize code and get it to run faster using techniques you have learned in this course.
You will measure code execution time using a 'Timer' of your choice.
The code for this assignment has an outer loop and an inner loop. The inner loop computes the sum of the numbers in an array (preloaded earlier in the program). The outer loop repeats the inner loop's computation the specified number of times. You should maintain this loop structure as you optimize this code. In particular: you should still have an outer loop that runs as many times as it does in the starter code you should not change the size of the array or its data type do not modify any elements of the array your inner loop should still compute the sum of all the elements of the array.
Yes, it's silly code, but it's a good way to measure performance improvements. If you make fundamental changes such as the ones above, you don't meet the spirit of the assignment.
The basic idea is to change the contents of the inner loop to make the computation run faster while having it still repeatedly compute the sum of the array elements. The code that you should start with is attached here.
Do not use the optimization features of the compiler. I will be compiling your code with all compiler optimizations turned off.
Your code must meet performance as well as function/style/format conventions.
Note: late assignments will not be accepted for this assignment, it's the end of the term and there will not be time to grade late assignments. Plan accordingly!
12 years ago
30
Purchase the answer to view it

- c_program_with_timer_and_optimization.docx
- updated_opt_1.c
- Computer science help
- File attached
- 6x + 7((2x - 9)= 77
- Mr.Desai has 112 art students. He gave each student 115 dried beans to use for a since project. What is...
- A medical company has contracted you as a finance consultant to advise them on an investment opportunity of marketing their...
- graph linear eqaution by solving for y first 4x+5y+10
- marvin traveled 605 miles in 10 hours. At this rate how long would it take him to travel 786.5 miles?
- What are the physical regions of georgia and what industry/businesses support each regions?
- find the gcf of 24,82 listing
- Answer the questions below regarding this polynomial: 8x + 2x4 - 5x3 1.) This...