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}
|
||||
|
||||
\begin{center}
|
||||
0,3 $\rightarrow$ 1,0 through \reg{rcx}\\
|
||||
\ie{} \alert{loop-carried 3 $\rightarrow$ 1}
|
||||
1,0 $\rightarrow$ 0,3 through \reg{rcx}\\
|
||||
\ie{} \alert{loop-carried 1 $\rightarrow$ 3}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
|
@ -58,7 +58,7 @@ loop:
|
|||
\begin{itemize}
|
||||
\item Through memory: indirections, arithmetics, …
|
||||
\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
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
|
Loading…
Reference in a new issue