[pypy-svn] r79562 - pypy/extradoc/pypy.org/source

fijal at codespeak.net fijal at codespeak.net
Fri Nov 26 16:24:23 CET 2010


Author: fijal
Date: Fri Nov 26 16:24:21 2010
New Revision: 79562

Modified:
   pypy/extradoc/pypy.org/source/features.txt
   pypy/extradoc/pypy.org/source/index.txt
Log:
In-progress website rebuild


Modified: pypy/extradoc/pypy.org/source/features.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/features.txt	(original)
+++ pypy/extradoc/pypy.org/source/features.txt	Fri Nov 26 16:24:21 2010
@@ -6,37 +6,30 @@
 PyPy features
 ===========================================================
 
-**PyPy 1.3** implements **Python 2.5.** It supports all of the core
+**PyPy 1.4** implements **Python 2.5.** It supports all of the core
 language, passing the Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python standard library modules.  For known differences
 with CPython, see our `compatibility`_ page.  If you are interested in
 helping with 2.6, 2.7 or 3.x features, `contact us`_!
 
-PyPy 1.3 runs essentially only on Intel `x86 (IA-32)`_.  On 64-bit platforms
-you have to use the 32-bit compatibility mode, for now -- or `contact us`_
-to help!
+PyPy 1.4 runs essentially only on Intel `x86 (IA-32)`_ and `x86_64`_ platforms,
+with ARM being underway.
+Feel free to contact us if you want to port it to any other platform!
 
 .. _`compatibility`: compat.html
 .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
+.. _`x86_64`: http://en.wikipedia.org/wiki/X86_64
 
+Speed
+-----
 
-Speed or memory usage?
--------------------------------
-
-Our `main prototype`_ comes with a Just-in-Time compiler.  It is
+Our `main executable`_ comes with a Just-in-Time compiler.  It is
 `really fast`_ in running most benchmarks.  `Try it out!`_
 
-An issue with our JIT compiler is that it's hard to control
-the exact amount of RAM that is used.  If this is an important
-issue to you, you can try our `baseline version`_, which does
-not include a JIT compiler at all.
-
 .. _`main prototype`: download.html#with-a-jit-compiler
 .. _`Try it out!`: download.html#with-a-jit-compiler
 .. _`really fast`: http://speed.pypy.org/
-.. _`baseline version`: download.html#with-no-jit-compiler
-
 
 Sandboxing
 --------------------

Modified: pypy/extradoc/pypy.org/source/index.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/index.txt	(original)
+++ pypy/extradoc/pypy.org/source/index.txt	Fri Nov 26 16:24:21 2010
@@ -22,7 +22,7 @@
 
 .. class:: download
 
-`Download and try out the PyPy release 1.3!`__
+`Download and try out the PyPy release 1.4!`__
 
 .. __: download.html
 



More information about the Pypy-commit mailing list