[pypy-svn] r48243 - pypy/extradoc/talk/roadshow-ibm

arigo at codespeak.net arigo at codespeak.net
Thu Nov 1 16:44:52 CET 2007


Author: arigo
Date: Thu Nov  1 16:44:52 2007
New Revision: 48243

Modified:
   pypy/extradoc/talk/roadshow-ibm/talk.txt
Log:
Details.


Modified: pypy/extradoc/talk/roadshow-ibm/talk.txt
==============================================================================
--- pypy/extradoc/talk/roadshow-ibm/talk.txt	(original)
+++ pypy/extradoc/talk/roadshow-ibm/talk.txt	Thu Nov  1 16:44:52 2007
@@ -5,7 +5,7 @@
 ========================
 
 - The interpreters that we write should be free of low-level details
-  (this is also required to target platform as different as Posix/C
+  (this is also required to target platforms as different as Posix/C
   and the JVM/.NET)
 
 - Advanced features related to execution should not need wide-spread
@@ -60,7 +60,7 @@
 
 * Interpreters are easy to write and evolve
 
-* For high performance dynamic compilation is required
+* For high performance, dynamic compilation is required
 
 Traditional JIT compilers
 ===============================



More information about the Pypy-commit mailing list