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

fijal at codespeak.net fijal at codespeak.net
Sun Sep 14 12:41:33 CEST 2008


Author: fijal
Date: Sun Sep 14 12:41:31 2008
New Revision: 58146

Modified:
   pypy/extradoc/talk/osdc2008/paper.txt
Log:
Several comments


Modified: pypy/extradoc/talk/osdc2008/paper.txt
==============================================================================
--- pypy/extradoc/talk/osdc2008/paper.txt	(original)
+++ pypy/extradoc/talk/osdc2008/paper.txt	Sun Sep 14 12:41:31 2008
@@ -202,6 +202,7 @@
 
 The extended copying generational collector has the best performance.
 
+XXX mention various threading approaches maybe?
 
 The Compiled Interpreter
 ++++++++++++++++++++++++
@@ -210,6 +211,7 @@
 performance roughly comparable to CPython, from 20% faster to 5 times
 slower, with most programs clocking in at about half CPython's speed.
 
+XXX mention that that's without a JIT at all.
 
 Unique Stuff
 ++++++++++++
@@ -228,7 +230,9 @@
    to another process which can choose how to interpret this reqest.
    In this way it's possible to build an interpreter which has a very
    limited view of the file system and can only use a prescribed
-   amount of CPU and memory.
+   amount of CPU and memory. The thing which differentiates it from
+   other sandboxed python implementations is that it doesn't restrict
+   language features at all.
 
  * The JavaScript backend.  This potentially allows you to write
    validation for your web forms once, in Python, and execute them
@@ -236,6 +240,8 @@
 
 .. XXX Could mention transparent proxies, dynamic grammar, ?
 
+XXX [fijal] mention transparent proxies, kill javascript backend
+
 Future
 ------
 



More information about the Pypy-commit mailing list