[pypy-svn] r72162 - pypy/extradoc/planning/1.2
fijal at codespeak.net
fijal at codespeak.net
Fri Mar 12 18:12:22 CET 2010
Author: fijal
Date: Fri Mar 12 18:12:21 2010
New Revision: 72162
Modified:
pypy/extradoc/planning/1.2/announcement.txt
Log:
I think we should be more epxlicit here
Modified: pypy/extradoc/planning/1.2/announcement.txt
==============================================================================
--- pypy/extradoc/planning/1.2/announcement.txt (original)
+++ pypy/extradoc/planning/1.2/announcement.txt Fri Mar 12 18:12:21 2010
@@ -4,8 +4,10 @@
We are pleased to announce PyPy's 1.2 release.
This version 1.2 is a major milestone and it is
-the first release to ship a `Just in time compiler`_ that is known to speed
-up some real-world Python programs. The main theme for the 1.2 release is
+the first release to ship a `Just in time compiler`_ that is known to be faster
+than CPython (and unladen swallow) on some real-world applications (or the best
+benchmarks we could get for them).
+The main theme for the 1.2 release is
**speed**.
The JIT is stable and we don't observe crashes.
More information about the Pypy-commit
mailing list