[pypy-svn] r42610 - pypy/extradoc/talk/badhonnef2007

arigo at codespeak.net arigo at codespeak.net
Thu May 3 10:47:31 CEST 2007


Author: arigo
Date: Thu May  3 10:47:30 2007
New Revision: 42610

Modified:
   pypy/extradoc/talk/badhonnef2007/talk.tex
Log:
- repetition
- typo

Otherwise the talk looks very good to me.


Modified: pypy/extradoc/talk/badhonnef2007/talk.tex
==============================================================================
--- pypy/extradoc/talk/badhonnef2007/talk.tex	(original)
+++ pypy/extradoc/talk/badhonnef2007/talk.tex	Thu May  3 10:47:30 2007
@@ -284,7 +284,7 @@
     \end{itemize}
   \item
     Insert low-level aspects into the code as required by
-    the target (Object layout, memory management)
+    the target
     \begin{itemize}
     \item object layout
     \item memory management
@@ -376,7 +376,7 @@
   \item
     700 of those are for builtins
   \item
-    after translation to C: 14000 line of C code
+    after translation to C: 14000 lines of C code
   \item
     part of the PyPy distribution at:
     \texttt{http://codespeak.net/pypy}


More information about the pypy-svn mailing list