[pypy-svn] r69583 - pypy/extradoc/planning

pedronis at codespeak.net pedronis at codespeak.net
Tue Nov 24 15:47:21 CET 2009


Author: pedronis
Date: Tue Nov 24 15:47:20 2009
New Revision: 69583

Modified:
   pypy/extradoc/planning/jit.txt
Log:
mark some stuff as done

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Nov 24 15:47:20 2009
@@ -1,7 +1,7 @@
 TASKS
 -----
 
-- compress the virtuals part of resume data more
+- compress the virtuals part of resume data more DONE
 
 - sort out a benchmark infrastructure. graphs!
 
@@ -9,7 +9,7 @@
 
 - directly call assembler for residual portal calls
 
-- make the assembler produced by generate_failure smaller
+- make the assembler produced by generate_failure smaller DONE
 
 - jit/asmgcc + threads? [DONE probably.  Needs a bit more testing.]
 



More information about the Pypy-commit mailing list