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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Nov 20 11:41:34 CET 2007


Author: cfbolz
Date: Tue Nov 20 11:41:33 2007
New Revision: 48808

Modified:
   pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt
Log:
(all): planning for today


Modified: pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt	Tue Nov 20 11:41:33 2007
@@ -6,42 +6,50 @@
 
  - Tracker-gardening
  - Review the cpython regression test suite (skips/failures)
+ - think about/remove orphaned parts
+
+Wednesday after the planning session:
  - Start slowly thinking about 1.1 plans
 
+
 Translation toolchain
 +++++++++++++++++++++
 
- - finish rctypes removal
+ - fix the nightly CPython test runs (Samuele)
+
+ - find out why our memcpy behaves so erratically
 
- - kill remaining suggested_primitives
+ - finish rctypes removal
 
+ - kill remaining suggested_primitives (Armin, Alexander)
 
  - raw_malloc should be split, rffi one should not use obmalloc (it's
    not thread-safe)
 
  - delegate finding type stuff like vtables etc to GC, cleaner interface
    for rtti, simplify translator/c/gc.py
+     - kill opaque hacks in the C backend
 
  - 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)
+ - remove the use of pyobjs in the test wrapping functions (Carl Friedrich,
+   Richard)
+
+ - remove the symbol table from the C backend
 
  - kill half concrete wrapper
- 
- - kill opaque hacks on the C backend
   
  - decide how to implement constants in rffi
    
- - think about/remove orphaned parts
 
  - implement callback mechanism for rffi/lltype/ll2ctypes
 
- - find out why our memcpy behaves so erratically
+ - refactor OO external objects (Maciek, Anto)
 
- - refactor OO external objects
+ - 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)
 
 Interpreter
 +++++++++++



More information about the Pypy-commit mailing list