[pypy-svn] r29258 - pypy/dist/pypy/doc

mwh at codespeak.net mwh at codespeak.net
Fri Jun 23 17:23:44 CEST 2006


Author: mwh
Date: Fri Jun 23 17:23:43 2006
New Revision: 29258

Modified:
   pypy/dist/pypy/doc/architecture.txt
Log:
remove a now incorrect line from architecture.txt


Modified: pypy/dist/pypy/doc/architecture.txt
==============================================================================
--- pypy/dist/pypy/doc/architecture.txt	(original)
+++ pypy/dist/pypy/doc/architecture.txt	Fri Jun 23 17:23:43 2006
@@ -230,15 +230,12 @@
 
 The actual low-level code (and, in fact, also other high-level code) is
 emitted by "visiting" the type-annotated flow graph.  Currently we have
-a C-producing backend, and an LLVM_-producing backend.  The former also
-accepts non-annotated or partially-annotated graphs, which allow us to
-test it on a larger class of programs than what the Annotator can (or
-ever will) fully process.
-
-The newest piece of this puzzle is the
-*Typer*, which inputs the high-level types inferred by the Annotator and
-uses them to modify the flow graph in-place to replace its operations with
-low-level ones, directly manipulating C-like values and data structures.
+a C-producing backend, and an LLVM_-producing backend.
+
+The newest piece of this puzzle is the *Typer*, which inputs the
+high-level types inferred by the Annotator and uses them to modify the
+flow graph in-place to replace its operations with low-level ones,
+directly manipulating C-like values and data structures.
 
 Here is an overview of the translation process (`PDF color version`_):
 



More information about the Pypy-commit mailing list