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

hpk at codespeak.net hpk at codespeak.net
Tue Jun 20 18:48:14 CEST 2006


Author: hpk
Date: Tue Jun 20 18:48:13 2006
New Revision: 29023

Modified:
   pypy/dist/pypy/doc/translation.txt
Log:
"arbitrary run time initialisation" is more specific than "extra initialisation"


Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Tue Jun 20 18:48:13 2006
@@ -49,7 +49,7 @@
 It is helpful to consider translation as being made up of the following
 steps:
 
-1. The complete program is imported, which means extra initialization can
+1. The complete program is imported, arbitrary run-time initialization can
    be performed.  Once this is done, the program must be present in memory
    as a form that is "static enough" in the sense of RPython_.
 



More information about the Pypy-commit mailing list