[pypy-svn] r41293 - pypy/dist/pypy/doc
pedronis at codespeak.net
pedronis at codespeak.net
Sun Mar 25 18:23:17 CEST 2007
Author: pedronis
Date: Sun Mar 25 18:23:16 2007
New Revision: 41293
Modified:
pypy/dist/pypy/doc/new-architecture.txt
Log:
The translation part needs some streamlining. I may help with that tomorrow but not now.
Modified: pypy/dist/pypy/doc/new-architecture.txt
==============================================================================
--- pypy/dist/pypy/doc/new-architecture.txt (original)
+++ pypy/dist/pypy/doc/new-architecture.txt Sun Mar 25 18:23:16 2007
@@ -164,6 +164,8 @@
The Translation Process
-----------------------
+.. XXX this part sounds repetivive here and there and a bit heavy
+
The *translation process* is implemented in four parts:
- the production of a *flow graph* representation of an RPython program
More information about the Pypy-commit
mailing list