[pypy-svn] extradoc extradoc: Minor clarification

fijal commits-noreply at bitbucket.org
Wed Apr 6 14:40:35 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3480:3463c3ccd46c
Date: 2011-04-06 14:40 +0200
http://bitbucket.org/pypy/extradoc/changeset/3463c3ccd46c/

Log:	Minor clarification

diff --git a/talk/ep2011/talk.txt b/talk/ep2011/talk.txt
--- a/talk/ep2011/talk.txt
+++ b/talk/ep2011/talk.txt
@@ -13,7 +13,8 @@
 
 * most Python benchmarks run much faster than with CPython or Psyco
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
-* already supports 64bit and is in the process of supporting ARM
+* already supports 32 and 64bit x86 atchitecture and is in the process
+  of supporting ARM
 * full compatibility with CPython (more than Jython/IronPython)
 * full (and JIT-ed) ctypes support to call C libraries from Python
 * supports Stackless Python (in-progress)


More information about the Pypy-commit mailing list