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

arigo at codespeak.net arigo at codespeak.net
Sun Oct 30 18:52:23 CET 2005


Author: arigo
Date: Sun Oct 30 18:52:21 2005
New Revision: 19191

Modified:
   pypy/dist/pypy/doc/translation.txt
Log:
* fix a link
* add a link to draft-dynamic-language-translation, where there is at least
    a few paragraphs about what GenC does



Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Sun Oct 30 18:52:21 2005
@@ -987,9 +987,11 @@
 already flexible (for example, it can produce code with two different memory
 management policies, reference-counting or using the Boehm garabage collector).
 
-GenC is not documented at the moment.  The basic principle of creating
-code from flowgraphs is similar to the `Python back-end`_.
+GenC is not really documented at the moment.  The basic principle of
+creating code from flowgraphs is similar to the `Python back-end`_.
+See also `Generating C code`_ in another draft.
 
+.. _`Generating C code`: draft-dynamic-language-translation.html#generating-c-code
 
 
 .. _LLVM:
@@ -1020,12 +1022,13 @@
 Heidelberg sprint.  During the Heildelberg sprint Eric and Richard mainly
 worked on sharing the backend external code with GenC.
 
-.. _`Python again`:
-.. _`Python back-end`:
-
 .. _`low level virtual machine`: http://llvm.cs.uiuc.edu/
 .. _`here`: getting-started.html#translating-the-flow-graph-to-llvm-code
 
+
+.. _`Python again`:
+.. _`Python back-end`:
+
 The Interplevel Back-End
 ========================
 



More information about the Pypy-commit mailing list