[pypy-svn] r52011 - pypy/extradoc/proposal

arigo at codespeak.net arigo at codespeak.net
Sat Mar 1 19:06:56 CET 2008


Author: arigo
Date: Sat Mar  1 19:06:56 2008
New Revision: 52011

Modified:
   pypy/extradoc/proposal/openjdk-challenge.txt
Log:
Minor clarification (IMHO)


Modified: pypy/extradoc/proposal/openjdk-challenge.txt
==============================================================================
--- pypy/extradoc/proposal/openjdk-challenge.txt	(original)
+++ pypy/extradoc/proposal/openjdk-challenge.txt	Sat Mar  1 19:06:56 2008
@@ -182,7 +182,7 @@
     has already been started, by generating and loading bytecode on
     the fly; despite emitting code at runtime, this kind of compiler
     really works ahead of time (AOT), because the code is fully
-    emitted before the program starts, and it doesn't exploit
+    emitted before the (Python) program starts, and it doesn't exploit
     additional informations that would be available only at runtime
     (most importantly informations about the types that each variable can
     assume);


More information about the pypy-svn mailing list