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

pedronis at codespeak.net pedronis at codespeak.net
Mon Nov 16 14:08:54 CET 2009


Author: pedronis
Date: Mon Nov 16 14:08:54 2009
New Revision: 69322

Modified:
   pypy/extradoc/planning/jit.txt
Log:
moved into tasks now



Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Mon Nov 16 14:08:54 2009
@@ -33,6 +33,7 @@
 
 - put the class into the structure to get only one promote when using an
   instance
+
 - look into failing pypy-c-jit apptests, pypy-c-jit translate.py
 
 - improve test running, compile only once
@@ -68,10 +69,6 @@
 - virtualizables are not finished:
   fix 'test_external_read_sometimes'
 
-- save space on all the guard operations (see resume.py):
-  - think of ways to share information about virtuals
-
-
 backend:
 - speed of backend?
 



More information about the Pypy-commit mailing list