Consider the following C code: i-0; while(i<10) { if (i%2=0) {.…..} i = i++; } Assume both the branches(while & if) are indexed to the same location in Branch Targ Buffer(B TB) and the penalties are no clock cycle for correct and one clock cycle fa incorrect prediction (Assume Initial state as NT). i) Evaluate the total number of clock cycles required for the execution of given C code if 2-bit branch predictor is implemented in a computer architecture. i) For the C code determine the total clock cycles if a (3,2) correlation branch predictor i implemented in a computer architecture

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.1: Introduction To C++
Problem 1E: (Practice) State whether the following are valid function names and if so, whether they’re mnemonic...
icon
Related questions
Question
100%
Consider the following C code:
i-0;
while(i<10) { if (i%2=0) {.….} i = i++; }
Assume both the branches(while & if) are indexed to the same location in Branch Target
Buffer(BTB) and the penalties are no clock cycle for correct and one clock cycle for
incorrect prediction (Assume Initial state as NT).
i) Evaluate the total number of clock cycles required for the execution of given C code if a
2-bit branch predictor is implemented in a computer architecture.
ii) For the C code determine the total clock cycles if a (3.2) correlation branch predictor is
implemented in a computer architecture.
Transcribed Image Text:Consider the following C code: i-0; while(i<10) { if (i%2=0) {.….} i = i++; } Assume both the branches(while & if) are indexed to the same location in Branch Target Buffer(BTB) and the penalties are no clock cycle for correct and one clock cycle for incorrect prediction (Assume Initial state as NT). i) Evaluate the total number of clock cycles required for the execution of given C code if a 2-bit branch predictor is implemented in a computer architecture. ii) For the C code determine the total clock cycles if a (3.2) correlation branch predictor is implemented in a computer architecture.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Computer System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr