retagged by
487 views
5 votes
5 votes

Consider the following instruction sequence:
$$
\begin{aligned}
&\text{I}_1: \text{R}_1=100\\
&\text{I}_2: \text{R}_1=\text{R}_2+\text{R}_4\\
&\text{I}_3: \text{R}_2=\text{R}_4-25\\
&\text{I}_4: \text{R}_4=\text{R}_1+\text{R}_3\\
&\text{I}_5: \text{R}_1=\text{R}_1+30\\
\end{aligned}
$$
The number of Read-After-Write (RAW) dependencies, Write-After-Read(WAR) dependencies, and Write-After-Write (WAW) dependencies in the above sequence of instructions are, $\text{A, B, C}$ respectively, then which of the following is true?

  1. $\mathrm{B}=4$
  2. $\mathrm{A}=4$
  3. $\mathrm{A}=2$
  4. $\mathrm{C}=2$
retagged by

1 Answer

7 votes
7 votes

Pipeline Complete Playlist to Understand Every Concept Clearly, In-Depth: https://youtube.com/playlist?list=PLIPZ2_p3RNHhs9DfAY9ry6XbjGn7ZumZ8&feature=shared  

 

edited by
Answer:

No related questions found