[pypy-svn] r52488 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Fri Mar 14 12:36:05 CET 2008


Author: fijal
Date: Fri Mar 14 12:36:04 2008
New Revision: 52488

Modified:
   pypy/extradoc/talk/pycon2008/status.txt
Log:
bunch of xxxs


Modified: pypy/extradoc/talk/pycon2008/status.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/status.txt	(original)
+++ pypy/extradoc/talk/pycon2008/status.txt	Fri Mar 14 12:36:04 2008
@@ -77,6 +77,16 @@
 
 * Real world apps usually 1.5-2., sometimes as slow as 3x.
 
+Pystone speed over time
+========================
+
+XXX insert from the web page
+
+Richards speed over time
+==========================
+
+XXX insert from the web page
+
 Status of JIT in PyPy
 =====================
 
@@ -109,6 +119,11 @@
 
 * cannot segfault (unlike CPython)
 
+Sandboxing diagram
+==================
+
+XXX
+
 Transparent proxy
 ===================================
 
@@ -118,6 +133,11 @@
 * very similiar concept to the  .NET VM transparent
   proxy
 
+Tproxy diagram
+================
+
+XXX
+
 Distribution prototype
 =========================================
 
@@ -131,9 +151,17 @@
 
 * nice experiment, ~700 lines of code
 
+Distribution diagram
+=====================
+
+XXX
+
 RPython
 =======
 
+* In short - syntax of Python, restrictions of Java, error
+  messages as readable as MUMPS
+
 * The static subset of Python which we used for implementing the
   interpreter
 



More information about the Pypy-commit mailing list