Slight fixups
This commit is contained in:
parent
bbb4fdad42
commit
f528c62cc9
1 changed files with 3 additions and 3 deletions
|
@ -47,8 +47,8 @@ loop:
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
||||||
\begin{center}
|
\begin{center}
|
||||||
0,3 $\rightarrow$ 1,0 through \reg{rcx}\\
|
1,0 $\rightarrow$ 0,3 through \reg{rcx}\\
|
||||||
\ie{} \alert{loop-carried 3 $\rightarrow$ 1}
|
\ie{} \alert{loop-carried 1 $\rightarrow$ 3}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ loop:
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Through memory: indirections, arithmetics, …
|
\item Through memory: indirections, arithmetics, …
|
||||||
\item Loop-carried: ROB is finite and small-ish
|
\item Loop-carried: ROB is finite and small-ish
|
||||||
\item Requires comparison of arbitrary formal expressions
|
\item Requires comparison of arbitrary symbolic expressions
|
||||||
\item Use randomness as a kind of hash table instead
|
\item Use randomness as a kind of hash table instead
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Loading…
Reference in a new issue