From f21ad366e72e3e4d1380014cd33946014264a83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 15 Oct 2019 12:00:37 +0200 Subject: [PATCH] Conclusive slide --- slides.tex | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/slides.tex b/slides.tex index af96226..913d13c 100644 --- a/slides.tex +++ b/slides.tex @@ -527,16 +527,14 @@ Segmentation fault. \section*{Conclusion} \setcounter{section}{0} -\begin{frame} - The original article \textbf{Reliable and Fast DWARF-based Stack Unwinding} - contains - - \vspace{1em} - +\begin{frame}{A lot of things remain to be done!} \begin{itemize} - \item{} DWARF unwinding tables validation; - \item{} DWARF unwinding tables synthesis; - \item{} DWARF-based unwinding speedup. + \item{} Synthesis + compare = verification of unwinding data! + \item{} Synthesis could be integrated in compilers: support for inline + assembly, fallback, \ldots + \item{} Speedup could be implemented in profilers, debuggers, + \ldots{} + \item{} Probably many more cool things to do! \end{itemize} \vspace{1em}