List and briefly explain various ways in which an instruction pipeline
can deal with conditional branch instructions
Answers
Answered by
1
Answer:
Prefetch branch target: When a conditional branch is recognized, the target of the branch is prefetched, in addition to the instruction following the branch. This target is then saved until the branch instruction is executed. If the branch is taken, the target has already been prefetched.
Similar questions