What is pipelining? Discuss branch prediction schemes. Which of the two situations is better
a. No pipelining
b. Pipeline flushed after every cycle?
Answers
Answered by
1
Answer:
hey here is your answer
In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion. Branch prediction attempts to guess whether a conditional jump will be taken or not. Branch target prediction attempts to guess the target of a taken conditional or unconditional jump before it is computed by decoding and executing the instruction itself.
hope it help u
Similar questions