From f528c62cc9bd47b98139deee5f3682879dcc9103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 1 Dec 2024 13:17:28 +0100 Subject: [PATCH] Slight fixups --- slides/50_staticdeps/main.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/50_staticdeps/main.tex b/slides/50_staticdeps/main.tex index 15e0ba3..28a8354 100644 --- a/slides/50_staticdeps/main.tex +++ b/slides/50_staticdeps/main.tex @@ -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}