[pypy-svn] r46816 - pypy/extradoc/sprintinfo/gothenburg-2007

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Sep 22 13:47:53 CEST 2007


Author: cfbolz
Date: Sat Sep 22 13:47:52 2007
New Revision: 46816

Added:
   pypy/extradoc/sprintinfo/gothenburg-2007/
   pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt
   pypy/extradoc/sprintinfo/gothenburg-2007/people.txt
Log:
start the gtbg announcement, paste in tasks


Added: pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt	Sat Sep 22 13:47:52 2007
@@ -0,0 +1,83 @@
+PyPy Göteborg Cleanup Sprint November 19 - November 25 2007
+===========================================================
+
+XXX
+
+Topics and goals
+----------------
+
+Meta-Tasks
+++++++++++
+
+ - Tracker-gardening
+ - Start slowly thinking about 1.1 plans
+
+Translation toolchain
++++++++++++++++++++++
+
+
+ - finish rctypes removal
+ - implement correct implicit GIL release
+
+ - move away from implicit keepalives
+ - raw_malloc should be split, rffi one should not use obmalloc (it's
+   not thread-safe)
+ - kill simulator, run the semi space tests on llinterp (may happen
+   before)
+ - have a moving gc correct version of the gc framework transformation
+ - delegate finding type stuff like vtables etc to GC, cleaner interface
+   for rtti, simplify translator/c/gc.py
+ - think about approaches to id, especially concerning boehm, where the
+   id will keep the object alive and concerning a moving GC
+
+ - clean up the tangle of including headers in the C backend
+
+ - review pdbplus, especially the graph commands, also in the light of
+   https://codespeak.net/issue/pypy-dev/issue303 and the fact that we
+   can have more than one translator/annotator around (with the
+   timeshifter)
+
+ - Kill half concrete wrapper
+ 
+ - Kill opaque hacks on the C backend
+  
+ - decide how to implement constants in rffi
+   
+ - think about/remove orphaned parts
+    
+ - finish ll2ctypes, especially rffi_platform
+
+Interpreter
++++++++++++
+
+ - there's a shadow tracking bug it seems
+
+ - fix taint space
+
+ - review the things implemented at applevel whether they are
+   performance-critical
+
+JIT
++++
+
+ - start writing real unit tests for the merging logic
+
+
+Location
+--------
+
+
+
+Registration
+------------
+
+If you'd like to come, please subscribe to the `pypy-sprint mailing list`_
+and drop a note about your interests and post any questions.  More 
+organisational information will be send to that list.  We'll keep a list
+of `people`_ which we'll update (which you can do so yourself if you
+have codespeak commit rights).  If you have no clue where to stay in
+Bern ask around on the list, maybe we can help you find something or
+find some other solution.
+
+.. _`pypy-sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint
+.. _`people`: http://codespeak.net/pypy/extradoc/sprintinfo/gothenburg-2007/people.html

Added: pypy/extradoc/sprintinfo/gothenburg-2007/people.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/gothenburg-2007/people.txt	Sat Sep 22 13:47:52 2007
@@ -0,0 +1,50 @@
+People coming to the Gothenburg sprint November 2007
+====================================================
+
+People who have a ``?`` in their arrive/depart or accomodation
+column are known to be coming but there are no details 
+available yet from them.
+
+==================== ============== =====================
+    Name              Arrive/Depart     Accomodation 
+==================== ============== =====================
+Carl Friedrich Bolz  ?              ?
+==================== ============== =====================
+
+
+People on the following list were present at previous sprints: 
+
+==================== ============== =====================
+       Name          Arrive/Depart  Accomodation 
+==================== ============== =====================
+Armin Rigo           ?              ?
+Michael Hudson       ?              ?
+Antonio Cuni         ?              ?
+Samuele Pedroni      ?              ?
+Anders Chrigstroem   ?              ?
+Maciej Fijalkowski   ?              ?
+Andrew Thompson      ?              ?
+Stephan Diehl        ?              ?
+Eric van Riet paap   ?              ?
+Niko Matsakis        ?              ?
+Leonardo Santagada   ?              ?
+Richard Emslie       ?              ?
+Christian Tismer     ?              ?
+Alexander Schremmer  ?              ?
+Jacob Hallen         ?              ?
+Aurelien Campeas     ?              ?
+Alexandre Fayolle    ?              ?
+Lene Wagner          ?              ?
+Amaury Forgeot d'Arc ?              ?
+Valentino Volonghi   ?              ?
+Boris Feigin	     ?              ?
+Bert Freudenberg     ?              ?
+Laura Creighton      ?              ?
+Beatrice Duering     ?              ?
+Johan Hahn           ?              ?
+Holger Krekel        ?              ?
+Anders Chrigstroem   ?              ?
+Samuele Pedroni      ?              ?
+Anders Lehmann       ?              ? 
+Niklaus Haldimann    ?              ?
+==================== ============== =====================



More information about the Pypy-commit mailing list