Add adjusted solution.

This commit is contained in:
Danila Fedorin 2020-12-07 15:49:48 -08:00
parent ee069ad7da
commit ba60664a06
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,9 @@ In fact, it made Base + FP look even better.
\item If FP store instruction in ID, check nothing?
\end{itemize}
Note: why do you ask me to talk about all these cases if only one seems to need anything? Did I
misunderstand the problem? As far as I can tell, only "load" can preempt a FP operation.
\pagebreak
\section*{Problem 4}
\subsection*{Part a}
@ -225,6 +228,7 @@ In fact, it made Base + FP look even better.
L.D F0, 0(R1) & 12 & 13 & 14 & 15 & 15 & 16 & 17 & 30 & Predict taken. \\ \hline
L.D F2, 0(R2) & 13 & 14 & 15 & 16 & 16 & 17 & 18 & 31 & \\ \hline
\end{tabular}
\caption{Part c - register fetch after issue.}
\end{figure}
\begin{figure}[h]
@ -244,6 +248,7 @@ In fact, it made Base + FP look even better.
L.D F0, 0(R1) & 12 & 13 & 14 & 15 & 15 & 16 & 17 & 24 & \\ \hline
L.D F2, 0(R2) & 13 & 14 & 15 & 16 & 16 & 17 & 18 & 25 & \\ \hline
\end{tabular}
\caption{Part c - speculative scheduling.}
\end{figure}
\end{document}