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

arigo at codespeak.net arigo at codespeak.net
Mon Dec 11 23:34:00 CET 2006


Author: arigo
Date: Mon Dec 11 23:33:59 2006
New Revision: 35606

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
(pedronis, arigo)

Updated TODO list.


Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Mon Dec 11 23:33:59 2006
@@ -16,6 +16,8 @@
   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
 
@@ -41,3 +43,6 @@
   initial 0 of RPython list iterators
 
 - pyopcode.compare_dispatch_table => switch statement
+
+- share code between the machine code backends (MachineCodeBlock,
+  possibly register allocation)



More information about the Pypy-commit mailing list