[pypy-svn] r71236 - pypy/extradoc/talk/pycon2010/keynote

fijal at codespeak.net fijal at codespeak.net
Mon Feb 15 04:01:27 CET 2010


Author: fijal
Date: Mon Feb 15 04:01:25 2010
New Revision: 71236

Modified:
   pypy/extradoc/talk/pycon2010/keynote/talk.pdf
   pypy/extradoc/talk/pycon2010/keynote/talk.tex
Log:
typos and minor fixes


Modified: pypy/extradoc/talk/pycon2010/keynote/talk.pdf
==============================================================================
Binary files. No diff available.

Modified: pypy/extradoc/talk/pycon2010/keynote/talk.tex
==============================================================================
--- pypy/extradoc/talk/pycon2010/keynote/talk.tex	(original)
+++ pypy/extradoc/talk/pycon2010/keynote/talk.tex	Mon Feb 15 04:01:25 2010
@@ -51,7 +51,7 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{Last year highlits}
+  \frametitle{Last year highlights}
   \pause
   \usebeamerfont{big}
   JIT
@@ -69,8 +69,9 @@
     };
   \end{tikzpicture}
   \begin{itemize}
-    \item we merge experiments into mailine PyPy
-    \item xxx
+    \item we merge experiments into mainline PyPy
+      \pause
+    \item compiles assembler, slows things down
   \end{itemize}
 \end{frame}
 
@@ -117,7 +118,7 @@
   \end{tikzpicture}
   \begin{itemize}
     \item we manage to speed first non-trivial benchmark
-    \item richards - a simple, object oriented code
+    \item {\bf richards} - a simple, object oriented code
     \item a variety of optimizations involved
   \end{itemize}
 \end{frame}
@@ -142,7 +143,7 @@
       \end{tikzpicture}
     };
   \end{tikzpicture}
-  We run a variety of benchmarks nightly.
+  We run a variety of benchmarks nightly. Pictures!
 \end{frame}
 
 \begin{frame}
@@ -168,7 +169,7 @@
   \begin{itemize}
     \item release March 2010
       \pause
-    \item first PyPy release to contain JIT!
+    \item first PyPy release to contain a working JIT!
     \item mostly to try it out
       \pause
     \item we just got a bit more {\bf EU funding}
@@ -189,8 +190,9 @@
   \begin{itemize}
     \item http://morepypy.blogspot.com
     \item http://pypy.org
-    \item http://merlinux.de
-    \item these slides are already online
+    \item http://merlinux.eu
+    \item these slides are already online:
+    \item http://tinyurl.com/pypyslides
   \end{itemize}
 \end{frame}
 



More information about the Pypy-commit mailing list