[pypy-svn] r80221 - pypy/extradoc/talk/pepm2011/presentation
cfbolz at codespeak.net
cfbolz at codespeak.net
Wed Jan 19 17:33:29 CET 2011
Author: cfbolz
Date: Wed Jan 19 17:33:27 2011
New Revision: 80221
Modified:
pypy/extradoc/talk/pepm2011/presentation/talk.tex
Log:
todos left
Modified: pypy/extradoc/talk/pepm2011/presentation/talk.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/presentation/talk.tex (original)
+++ pypy/extradoc/talk/pepm2011/presentation/talk.tex Wed Jan 19 17:33:27 2011
@@ -84,6 +84,13 @@
\titlepage
\end{frame}
+% XXX todos:
+% note that two fields is a simplification
+% have a diagram for the example trace
+% lifting can never produce new operations
+% have some sort of overview or position indicator for the many graphical slides, too easy to get lost
+% more details about benchmarks, diagram?
+
% Structuring a talk is a difficult task and the following structure
% may not be suitable. Here are some rules that apply for this
@@ -329,7 +336,21 @@
\begin{frame}[plain]
\frametitle{Operations: New}
- \includegraphics[scale=0.8]{figures/new01}
+% \begin{columns}[c]
+% \begin{column}{10cm}
+ \includegraphics[scale=0.8]{figures/new01}
+% \end{column}
+% \begin{column}{2cm}
+% {\tiny
+% \begin{itemize}
+% \item new
+% \item get
+% \item set
+% \item guard
+% \end{itemize}
+% }
+% \end{column}
+% \end{columns}
\end{frame}
\begin{frame}[plain]
More information about the Pypy-commit
mailing list