[pypy-svn] r29978 - pypy/extradoc/talk/dls2006

pedronis at codespeak.net pedronis at codespeak.net
Wed Jul 12 14:35:41 CEST 2006


Author: pedronis
Date: Wed Jul 12 14:35:39 2006
New Revision: 29978

Modified:
   pypy/extradoc/talk/dls2006/paper.tex
Log:
pointer to code repository (we are again above 12 pages, something will have to give)



Modified: pypy/extradoc/talk/dls2006/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2006/paper.tex	(original)
+++ pypy/extradoc/talk/dls2006/paper.tex	Wed Jul 12 14:35:39 2006
@@ -958,11 +958,13 @@
 \end{table*}
 
 The numbers in parenthesis are slow-down factors compared to CPython.
-These measures reflect PyPy revision 27815, compiled with GCC 3.4.4.
-LLVM is version 1.8cvs (May 11, 2006).  The machine runs GNU/Linux SMP
-on an Intel(R) Pentium(R) 4 CPU at 3.20GHz with 2GB of RAM and 1MB of
-cache.  The rows correspond to variants of the translation process, as
-follows:
+These measures reflect PyPy revision 27815\footnote{PyPy is an open-source project
+under the MIT license, PyPy source repository using subversion lives at 
+http://codespeak.net/svn/pypy/dist/.}, 
+compiled with GCC 3.4.4.  LLVM is version 1.8cvs (May 11, 2006).  The
+machine runs GNU/Linux SMP on an Intel(R) Pentium(R) 4 CPU at 3.20GHz
+with 2GB of RAM and 1MB of cache.  The rows correspond to variants of
+the translation process, as follows:
 
 {\bf pypy-c:}
     the simplest variant; translated to C code with no explicit memory



More information about the Pypy-commit mailing list