[pypy-svn] r79570 - pypy/trunk/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Fri Nov 26 17:51:11 CET 2010


Author: fijal
Date: Fri Nov 26 17:51:10 2010
New Revision: 79570

Modified:
   pypy/trunk/pypy/doc/release-1.4.0.txt
Log:
Update release announcement


Modified: pypy/trunk/pypy/doc/release-1.4.0.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.4.0.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.4.0.txt	Fri Nov 26 17:51:10 2010
@@ -14,10 +14,14 @@
 as serious stabilization. As of now, we can consider the 32-bit and 64-bit
 linux versions of PyPy stable enoughto run in production.
 
+Numerous speed achievements are described on `our blog`_. Normalized speed
+charts comparing `pypy 1.4 and pypy 1.3`_ as well as `pypy 1.4 and cpython 2.6`_
+are available on benchmark website. For impatient: yes, we got a lot faster!
+
 More highlights
 ===============
 
-* Virtualenv support: now PyPy is fully compatible with virtualenv_: note that
+* `Virtualenv support`_: now PyPy is fully compatible with virtualenv_: note that
   to use it, you need a recent version of virtualenv (>= 1.5).
 
 * Faster (and JITted) regular expressions - huge boost in speeding up
@@ -26,3 +30,8 @@
 * Faster (and JITted) calls to functions like map().
 
 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
+.. _`Virtualenv support`: http://morepypy.blogspot.com/2010/08/using-virtualenv-with-pypy.html
+.. _`our blog`: http://morepypy.blogspot.com
+.. _`Speed comparison`: 
+.. _`pypy 1.4 and pypy 1.3`_:
+.. _`pypy 1.4 and cpython 2.6`_:



More information about the Pypy-commit mailing list