[pypy-svn] r20825 - pypy/extradoc/sprintinfo/gothenburg-2005

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Dec 7 11:26:34 CET 2005


Author: cfbolz
Date: Wed Dec  7 11:26:34 2005
New Revision: 20825

Modified:
   pypy/extradoc/sprintinfo/gothenburg-2005/people.txt
   pypy/extradoc/sprintinfo/gothenburg-2005/planning.txt
Log:
(all present)

 * fix dates
 * pairing up for today



Modified: pypy/extradoc/sprintinfo/gothenburg-2005/people.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2005/people.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2005/people.txt	Wed Dec  7 11:26:34 2005
@@ -11,19 +11,20 @@
 ==================== ============== =====================
 Ludovic Aubry        5/12-10/12     some hotel 
 Adrien Di Mascio     5/12-10/12     some hotel
-Jacob Hallen         ?              private
-Laura Creighton      ?              private
-Beatrice Duering     5/12-11/12              private
-Armin Rigo           ?              private
-Samuele Pedroni      ?              private
-Anders Chrigstroem   ?              private
+Jacob Hallen                        private
+Laura Creighton                     private
+Beatrice Duering     5/12-11/12     private
+Armin Rigo           5/12-11/12     private
+Samuele Pedroni      5/12-11/12     private
+Anders Chrigstroem   5/12-11/12     private
 Eric van Riet Paap   6/12-11/12     private
-Michael Hudson       ?              ?
-Carl Friedrich Bolz  ?              ?
+Michael Hudson       5/12-11/12     SGS
+Carl Friedrich Bolz  5/12-11/12     SGS
 Anders Lehmann       4/12-11/12     SGS
 Christian Tismer     4/12-11/12     some Hotel              ?
 Niklaus Haldimann    6/12-11/12     private
-Richard Emslie       5/12-?         private
+Richard Emslie       5/12-11/12     private
+Johan Hahn           7/12-
 ==================== ============== =====================
 
 People on the following list were present at previous sprints: 

Modified: pypy/extradoc/sprintinfo/gothenburg-2005/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2005/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2005/planning.txt	Wed Dec  7 11:26:34 2005
@@ -19,11 +19,15 @@
 Richard Emslie       5/12-11/12
 Johan Hahn           7/12-
 
+Thursday afternoon: half-breakday (starting at 15.00)
+
 Possible sprint tasks
 =========================
 
-JIT work
-~~~~~~~~~
+JIT work 
+~~~~~~~~~~~~~~~~~
+(Armin, Carl Friedrich, Samuele, Arre, Eric)
+
 see doc/discussion/draft-jit-ideas.txt
 
 - toy target intepreter
@@ -32,8 +36,10 @@
 
 Stackless
 ~~~~~~~~~~
+(Richard, Christian)
+
+Expose the low-level switching facilities:
 
-- expose the low-level switching facilities
 - write RPython structures (tasklet, channel) and basic
   functions for switching
 - add an app-level interface (mixed module)
@@ -51,10 +57,13 @@
 
 _socket, C gluing for extensions
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+(Nik, Anders L)
 
 - work on _socket
 - this exposes limitations in our way to 
   glue to C libraries, think/design solutions
+
+(Johan, Michael)
 - support more basic integer types. Decide on the proper
   design (explicit spelling of sizes, or the long-long way?)
   note that we already have functions which return 64 bit values.
@@ -77,7 +86,8 @@
 - ...
 
 Logic programming, WP9
-~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+(Ludovic, Adrien)
 
 - export the AST nodes hierarchy to application level through the
   compiler module



More information about the Pypy-commit mailing list