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

arigo at codespeak.net arigo at codespeak.net
Fri Mar 12 19:17:58 CET 2010


Author: arigo
Date: Fri Mar 12 19:17:57 2010
New Revision: 72179

Modified:
   pypy/trunk/pypy/doc/release-1.2.0.txt
Log:
Reduce.


Modified: pypy/trunk/pypy/doc/release-1.2.0.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.2.0.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.2.0.txt	Fri Mar 12 19:17:57 2010
@@ -61,12 +61,9 @@
 Technically, PyPy is both a Python interpreter implementation
 and an advanced compiler, or more precisely a framework for
 implementing dynamic languages and generating virtual machines
-for them.
-
-The focus of this release is the introduction of a new
-transformation, the JIT Compiler Generator, which is able to
-produce a JIT Compiler for any interpreter frontend, given a
-very small number of hand-written hints.
+for them.  The focus of this release is the introduction of a
+new transformation, the JIT Compiler Generator, and its
+application to the Python interpreter.
 
 Socially, PyPy is a collaborative effort of many individuals
 working together in a distributed and sprint-driven way since



More information about the Pypy-commit mailing list