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

pedronis at codespeak.net pedronis at codespeak.net
Thu Oct 25 08:06:43 CEST 2007


Author: pedronis
Date: Thu Oct 25 08:06:42 2007
New Revision: 47885

Modified:
   pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt
Log:
fix a typo and move to more appropriate place, this list needs a bit of gardening itself



Modified: pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2007/announce.txt	Thu Oct 25 08:06:42 2007
@@ -39,17 +39,15 @@
    can have more than one translator/annotator around (with the
    timeshifter)
 
- - Kill half concrete wrapper
+ - kill half concrete wrapper
  
- - Kill opaque hacks on the C backend
+ - 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
-    
- - remove orebuilt costate vars  (might happen before)
 
 Interpreter
 +++++++++++
@@ -62,6 +60,8 @@
    performance-critical
 
  - app-level ctypes
+    
+ - remove prebuilt costate vars  (might happen before)
 
 JIT
 +++



More information about the Pypy-commit mailing list