[pypy-svn] r35815 - pypy/dist/pypy/jit

pedronis at codespeak.net pedronis at codespeak.net
Fri Dec 15 17:46:48 CET 2006


Author: pedronis
Date: Fri Dec 15 17:46:47 2006
New Revision: 35815

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
update TODO



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Fri Dec 15 17:46:47 2006
@@ -13,9 +13,6 @@
   beginning of the portal, but concretely implemented in the portal
   entry
 
-- minimize the number of concurrently open machinecodeblocks in the
-  machine code backends
-
 - make backend opts usable on the interp+timeshifted interp graph forest
 
 Improvements
@@ -29,7 +26,8 @@
 
 - floats
 
-- improve backends (reg. allocation ...)
+- improve backends (reg. allocation, produce code more lazily in larger units and avoid for example
+   many open machine blocks at the same time without resorting to many jumps...)
 
 - jit-friendlier interpreter (whatever, as needed)
 



More information about the Pypy-commit mailing list