[pypy-svn] r44820 - pypy/extradoc/talk/ep2007/interpreter

fijal at codespeak.net fijal at codespeak.net
Sat Jul 7 11:47:18 CEST 2007


Author: fijal
Date: Sat Jul  7 11:47:17 2007
New Revision: 44820

Modified:
   pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
Log:
Few updates


Modified: pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	(original)
+++ pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	Sat Jul  7 11:47:17 2007
@@ -15,8 +15,6 @@
 * they give new dimensions to how one can use python
 * pick the feature set of your choice...
 
-XXX crap
-
 PyPy Overview
 --------------
 
@@ -47,6 +45,8 @@
   - static RPython-level bindings 
   - on top dynamic bindings using reflection (clr module)
 
+- more on tomorrow's talk
+
 Multiple object implementations
 -------------------------------
 
@@ -56,6 +56,8 @@
 
 * example - multidicts
 
+XXX multidict demo
+
 Python Interpreter Prototypes 
 -------------------------------------
 
@@ -83,8 +85,6 @@
 
 * see also .NET TransparentProxy
 
-XXX list-over-http demo
-
 Lazy ad-hoc distribution
 ------------------------
 
@@ -93,8 +93,6 @@
 - remote objects are presented through transparent proxies
 - access to remote tracebacks, frames, etc. work as if local!
 
-XXX show
-
 Orthogonal Persistence
 --------------------------
 
@@ -109,6 +107,8 @@
 Threading in PyPy 
 -----------------------
 
+XXX will be in the stackless talk, shall we mention it?
+
 * principal choice of os-threading models (GIL, no, ...) 
 * stackless *transform* / micro-threads: 
 
@@ -186,4 +186,4 @@
 
 * lack of extension modules
 
-XXX more?
+* os-level threads not working very well



More information about the Pypy-commit mailing list