[pypy-svn] r42059 - pypy/extradoc/talk/rupy2007

fijal at codespeak.net fijal at codespeak.net
Sat Apr 14 18:49:03 CEST 2007


Author: fijal
Date: Sat Apr 14 18:49:02 2007
New Revision: 42059

Modified:
   pypy/extradoc/talk/rupy2007/talk.txt
Log:
(fijal, arigo) few changes


Modified: pypy/extradoc/talk/rupy2007/talk.txt
==============================================================================
--- pypy/extradoc/talk/rupy2007/talk.txt	(original)
+++ pypy/extradoc/talk/rupy2007/talk.txt	Sat Apr 14 18:49:02 2007
@@ -82,6 +82,7 @@
 * Full implicit type inference
 * Type system like Java's, but with function pointers
   and more
+* 20-60x faster than CPython
 
 Things that make PyPy unique
 ===============================
@@ -175,7 +176,7 @@
 * Threads and extension modules
   are not working
 
-Translation toolchain status
+Interpreters in RPython
 =============================
 
 * Usefull



More information about the Pypy-commit mailing list