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

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Nov 30 03:38:40 CET 2005


Author: cfbolz
Date: Wed Nov 30 03:38:38 2005
New Revision: 20414

Modified:
   pypy/dist/pypy/doc/architecture.txt
Log:
some small fixes


Modified: pypy/dist/pypy/doc/architecture.txt
==============================================================================
--- pypy/dist/pypy/doc/architecture.txt	(original)
+++ pypy/dist/pypy/doc/architecture.txt	Wed Nov 30 03:38:38 2005
@@ -94,10 +94,11 @@
 - the *annotator* which performs type inference on the flow graph;
 
 - the *typer* which, based on the type annotations, turns the flow graph
-  into one using only low-level, C-like operations;
+  into one using only low-level, operations that fit the model of the
+  target platform;
 
 - the *code generator* which translates the resulting flow graph into
-  another language, currently C or LLVM_.
+  another language, currently C, LLVM_, Javascript (experimental).
 
 See below for the `translation process in more details`_.
 
@@ -137,7 +138,6 @@
 
 .. _`here`: coding-guide.html#modules
 
-
 .. _`objectspace`: 
 .. _`Object Space`: 
 



More information about the Pypy-commit mailing list