[pypy-svn] r63081 - pypy/extradoc/talk/openbossa2009/pypy-mobile

hpk at codespeak.net hpk at codespeak.net
Thu Mar 19 16:12:34 CET 2009


Author: hpk
Date: Thu Mar 19 16:12:33 2009
New Revision: 63081

Modified:
   pypy/extradoc/talk/openbossa2009/pypy-mobile/talk.txt
Log:
talk as it was given


Modified: pypy/extradoc/talk/openbossa2009/pypy-mobile/talk.txt
==============================================================================
--- pypy/extradoc/talk/openbossa2009/pypy-mobile/talk.txt	(original)
+++ pypy/extradoc/talk/openbossa2009/pypy-mobile/talk.txt	Thu Mar 19 16:12:33 2009
@@ -28,9 +28,9 @@
 
 * Status of PyPy / 1.1 release 
 
-* resource usage 
+* resource usage, measurements on N810
 
-* ideas, visions, next steps
+* ideas and next steps 
 
 PyPy? 
 ========
@@ -346,8 +346,10 @@
 
 * PyPy can generate a virtualized Python! 
 
-* all IO and OS external calls serialized to 
-  separate process
+* IO and OS calls controled by separate process
+
+* RAM and CPU time control 
+
 
 .. image:: sandboxed.png
    :scale: 30
@@ -356,8 +358,8 @@
 Current priorities and interests 
 ==================================
 
-- expect PyPy 1.1 release in around 2 months
-- then: JIT to surpass CPython speed 
+- PyPy 1.1 release in around 2 months
+- afterwards: JIT to surpass CPython speed 
 - perfect/commoditize Python sandboxing 
 - help/do compatibility work, ext modules 
 



More information about the Pypy-commit mailing list