[pypy-svn] r61200 - pypy/extradoc/talk/wroclaw2009

arigo at codespeak.net arigo at codespeak.net
Wed Jan 21 17:04:18 CET 2009


Author: arigo
Date: Wed Jan 21 17:04:18 2009
New Revision: 61200

Modified:
   pypy/extradoc/talk/wroclaw2009/talk.txt
Log:
"about the same performance as CPython".
Plus typos.


Modified: pypy/extradoc/talk/wroclaw2009/talk.txt
==============================================================================
--- pypy/extradoc/talk/wroclaw2009/talk.txt	(original)
+++ pypy/extradoc/talk/wroclaw2009/talk.txt	Wed Jan 21 17:04:18 2009
@@ -44,7 +44,7 @@
 
 * Jython, IronPython - bound to a specific VM
 
-* not really winning in terms of performance
+* about the same performance as CPython
 
 * Java is still not the best language ever
 
@@ -57,7 +57,7 @@
 
 * get performance by dynamic compilation
 
-* separate language semantics from designe decisions
+* separate language semantics from design decisions
 
 n*m*l problem
 =============
@@ -68,6 +68,6 @@
 
 * l - platforms (JVM, .NET, C/Posix)
 
-* we want n+m+l effort, instead of n*m*l!
+* we want an ``n+m+l`` effort, instead of ``n*m*l`` !
 
 XXX finish



More information about the Pypy-commit mailing list