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

arigo at codespeak.net arigo at codespeak.net
Fri Mar 12 19:14:26 CET 2010


Author: arigo
Date: Fri Mar 12 19:14:24 2010
New Revision: 72178

Modified:
   pypy/trunk/pypy/doc/release-1.2.0.txt
Log:
Kill this part.


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:14:24 2010
@@ -63,14 +63,6 @@
 implementing dynamic languages and generating virtual machines
 for them.
 
-The framework allows for alternative frontends as well as for
-alternative backends, currently C, Java and .NET.  For our
-main target "C", we can "mix in" different garbage collectors
-and threading models, including micro-threads aka "Stackless".
-The inherent complexity that arises from this ambitious
-approach is mostly kept away from the Python interpreter
-implementation, our main frontend.
-
 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



More information about the Pypy-commit mailing list