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

fijal at codespeak.net fijal at codespeak.net
Sat Nov 17 12:00:21 CET 2007


Author: fijal
Date: Sat Nov 17 12:00:21 2007
New Revision: 48748

Modified:
   pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt
Log:
Shuffle tasks a bit


Modified: pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2007/planning.txt	Sat Nov 17 12:00:21 2007
@@ -5,17 +5,19 @@
 ++++++++++
 
  - Tracker-gardening
+ - Review the cpython regression test suite (skips/failures)
  - Start slowly thinking about 1.1 plans
 
 Translation toolchain
 +++++++++++++++++++++
 
-
  - finish rctypes removal
 
  - move away from implicit keepalives
+
  - 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
 
@@ -50,14 +52,19 @@
  - review the things implemented at applevel whether they are
    performance-critical
 
- - app-level ctypes
-    
  - remove prebuilt costate vars  (might happen before)
 
 JIT
 +++
 
  - repair the JIT tests (if it doesn't happen before), the keep alive killing merge broke them
+
  - start writing real unit tests for the merging logic
 
+Discussion issues
++++++++++++++++++
+
+ - app-level ctypes
+ 
+ - separate compilation
 



More information about the Pypy-commit mailing list