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

fijal at codespeak.net fijal at codespeak.net
Sun Jul 8 16:26:11 CEST 2007


Author: fijal
Date: Sun Jul  8 16:26:10 2007
New Revision: 44847

Modified:
   pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
Log:
Move threading slide later on


Modified: pypy/extradoc/talk/ep2007/interpreter/interpreter.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	(original)
+++ pypy/extradoc/talk/ep2007/interpreter/interpreter.txt	Sun Jul  8 16:26:10 2007
@@ -35,13 +35,9 @@
   - Main new target: .NET/CLI/CLR
   - Work in progress: JVM
 
-XXX external libraries bindings are not single-source
-
 CLR/CLI Backend
 ----------------
 
-XXX fijal: kill this one?
-
 - full python interpreter generated for .NET 
 
 - support for CLR integration:
@@ -117,17 +113,6 @@
 
 * implement your own custom persistence scheme (e.g. using ZODB)
 
-Threading in PyPy 
------------------------
-
-* principal choice of os-threading models (GIL, no, ...) 
-* stackless *transform* / micro-threads: 
-
-  * suspending/resuming computations 
-  * pickling/migration of computations 
-  * unlimited recursion 
-  * *composable* greenlets, tasklets, co-routines
-
 Taint Space 
 --------------------
 
@@ -159,6 +144,17 @@
 
 * easy hack (200 loc, including demo)
 
+Threading in PyPy 
+-----------------------
+
+* principal choice of os-threading models (GIL, no, ...) 
+* stackless *transform* / micro-threads: 
+
+  * suspending/resuming computations 
+  * pickling/migration of computations 
+  * unlimited recursion 
+  * *composable* greenlets, tasklets, co-routines
+
 Relative speeds to CPython
 ------------------------------
 



More information about the Pypy-commit mailing list