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

pedronis at codespeak.net pedronis at codespeak.net
Wed Dec 13 21:49:54 CET 2006


Author: pedronis
Date: Wed Dec 13 21:49:53 2006
New Revision: 35705

Modified:
   pypy/dist/pypy/doc/draft-jit-outline.txt
Log:
rewording



Modified: pypy/dist/pypy/doc/draft-jit-outline.txt
==============================================================================
--- pypy/dist/pypy/doc/draft-jit-outline.txt	(original)
+++ pypy/dist/pypy/doc/draft-jit-outline.txt	Wed Dec 13 21:49:53 2006
@@ -273,7 +273,7 @@
 should be able to produce code that unfolds the loop and respectively
 folds instruction dispatching (the ifs) at compile-time, because the
 while condition, the ``pc`` increment, and the dispatching are
-operations among only greens (constants are green by default).
+operations between greens only (constants are green by default).
 
 Calls
 ----------------------------------



More information about the Pypy-commit mailing list