Few changes after test

This commit is contained in:
Théophile Bastian 2024-12-07 21:10:57 +01:00
parent 8ced97c52c
commit 0f36b8d229
2 changed files with 8 additions and 3 deletions
slides
40_cesasme
50_staticdeps

View file

@ -115,7 +115,10 @@ loop:
\column{\dimexpr\paperwidth-8pt}
\centering
\begin{minipage}[c]{0.27\textwidth}
~
\[
\text{err} = \dfrac{\abs{\text{predict} -
\text{measure}}}{\text{measure}}
\]
\end{minipage}
\hfill
\begin{minipage}[c]{0.4\textwidth}
@ -132,6 +135,8 @@ loop:
supplementary material}}
\end{minipage}
\vspace{0.7em}
\pause{}
\begin{center}
\textbf{\alert{Severely worse} than previous evaluations!}\\
\textbf{\hspace{0.7cm}Harness broken?\hfill{}Harder

View file

@ -12,7 +12,7 @@
\begin{minipage}[c]{0.5\textwidth}
\begin{itemize}
\item Track register writes
\item Generate dependency upon read
\item Output dependency upon read
\end{itemize}
\end{minipage}
@ -90,7 +90,7 @@ add (§\alert{(\reg{rax})}§), %rbx
\item \alert{Compute arithmetics} normally (overflow is fine)
\item Float or unknown operands $\leadsto \alert{\bot}$
\item Upon write, remember from which instruction
\item Upon read, if writer known, \alert{generate dependency}
\item Upon read, if writer known, \alert{output dependency}
\end{itemize}
\end{frame}