subject
Computers and Technology, 20.09.2019 20:30 s131845

Compilers can have a profound impact on the performance of an application. assume that for a program, compiler a results in a dynamic instruction count of 1.0e9 and has an execution time of 1.1 s, while compiler b results in a dynamic instruction count of 1.2e9 and an execution time of 1.5 s. a. find the average cpi for each program given that the processor has a clock cycle time of 1 ns. b. assume the compiled programs run on two different processors. if the execution times on the two processors are the same, how much faster is the clock of the processor running compiler a’s code versus the clock of the processor running compiler b’s code? c. a new compiler is developed that uses only 6.0e8 instructions and has an average cpi of 1.1. what is the speedup of using this new compiler versus using compiler a or b on the original processor?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 00:40
Reading characters and strings from the keyboard: consider the following c++ program 1. #include 2. #include 3. using namespace std; 4. mystring1 5. 6. int main() 7. { 8. 9. string mystring1, mystring2; mychar1 10. 11. 12. char mychar1, mychar2; 13. 14. cout< < "enter a string: "; mychar2 15. 16. cin> > mystring1; // 17. cin.get(mychar1); 18. cin> > mychar2; 19. getline(cin,mystring2); mystring2 20. 21. 22. cout<
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
If you're using an existing powerpoint presentation that will receive new slides based on a word outline, select the a. slide that will appear after the new slides. b. first slide in the presentation. c. slide that will appear before the new slides. d. last slide in the presentation.
Answers: 2
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
You know the right answer?
Compilers can have a profound impact on the performance of an application. assume that for a program...
Questions
question
Mathematics, 01.04.2021 17:50
question
History, 01.04.2021 17:50
question
English, 01.04.2021 17:50
question
Mathematics, 01.04.2021 17:50
question
Mathematics, 01.04.2021 17:50