Add slide before Unwinding data compilation
This commit is contained in:
parent
67a5fbfe20
commit
cfb31b5c3e
1 changed files with 20 additions and 3 deletions
23
slides.tex
23
slides.tex
|
@ -159,7 +159,7 @@ Segmentation fault.
|
||||||
\begin{column}{0.65\textwidth}
|
\begin{column}{0.65\textwidth}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\large\bf
|
\large\bf
|
||||||
How do we get the RA\@?\\Easy, \reg{rbp}!
|
How do we get the RA\@?
|
||||||
|
|
||||||
\vspace{2em}
|
\vspace{2em}
|
||||||
|
|
||||||
|
@ -410,8 +410,11 @@ Segmentation fault.
|
||||||
\item The fixpoints are immediate, cf article
|
\item The fixpoints are immediate, cf article
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\todo{Mettre en boîte}
|
\vspace{1em}
|
||||||
Implemented on top of CMU's \prog{BAP}
|
\begin{tcolorbox}[halign=center, colframe=OliveGreen, colback=YellowGreen]
|
||||||
|
\large
|
||||||
|
Implemented on top of CMU's \prog{BAP}
|
||||||
|
\end{tcolorbox}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{}
|
\begin{frame}{}
|
||||||
|
@ -427,6 +430,20 @@ Segmentation fault.
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\section{Unwinding data compilation}
|
\section{Unwinding data compilation}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\begin{center}
|
||||||
|
\Huge
|
||||||
|
Unwinding data is
|
||||||
|
\textsc{slo\pause{}o\pause{}o\pause{}o\pause{}o\pause{}o\pause{}o\pause{}o\pause{}o\pause{}o\pause{}w}.
|
||||||
|
\end{center}
|
||||||
|
\vspace{2em}
|
||||||
|
|
||||||
|
\pause{}
|
||||||
|
|
||||||
|
So much that \prog{perf} doesn't use it by default! You must use
|
||||||
|
\lstbash{perf report --call-graph dwarf} explicitly!
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\sectiontitleframe{}
|
\sectiontitleframe{}
|
||||||
|
|
||||||
\subsection{Compilation ahead-of-time}
|
\subsection{Compilation ahead-of-time}
|
||||||
|
|
Loading…
Reference in a new issue