Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your program consists of arithmetic instructions, load / store instructions, branch instructions, and unconditional jumps in the given ratio: 4 5 % , 2 0

Your program consists of arithmetic instructions, load/store instructions, branch instructions, and unconditional jumps in the given ratio: 45%,20%,25%, and 10%. For the branch instructions, assume that 70% of all branches are Taken. Assume CPI=1 for arithmetic instructions, CPI=3 for Load/Store, base CPI=1 for branch instructions, and CPI=1 for unconditional jumps.
Your processor can support 3 control hazard strategies, and you are supposed to choose one for the given program:
Strategy 1: Unconditional stall Stalls pipeline for 1 cycle until the branch is resolved.
Strategy 2: Branch prediction Predicts Taken by default; Stall pipeline for 2 cycles if the branch is Not Taken.
Strategy 3: Branch prediction Predicts Not Taken by default; Stall pipeline for 1 cycle if the branch is Taken.
Which strategy would result in the fastest runs for the given program?
Hint: Calculate the Global CPI for each strategy.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

2nd Edition

0470624701, 978-0470624708

More Books

Students also viewed these Databases questions

Question

1. Describe the factors that lead to productive conflict

Answered: 1 week ago