[pypy-svn] r58147 - pypy/extradoc/talk/osdc2008

fijal at codespeak.net fijal at codespeak.net
Sun Sep 14 12:43:09 CEST 2008


Author: fijal
Date: Sun Sep 14 12:43:08 2008
New Revision: 58147

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
Various XXXs


Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 12:43:08 2008
@@ -255,6 +255,11 @@
 day, you will be able to chose to compile a version of, say, Ruby
 using PyPy making decisions to save memory and use that instead.
 
+XXX we know that pypy uses less memory per-object.
+
+XXX mention maybe that pypy has a very fast interpreter startup which
+    is useful for say CGI or embedded
+
 In a similar vein, the sandboxing mentioned above might widen the
 choice of languages suitable for scripting a game, or running code in
 a web browser.



More information about the Pypy-commit mailing list