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

pedronis at codespeak.net pedronis at codespeak.net
Fri Mar 23 14:13:54 CET 2007


Author: pedronis
Date: Fri Mar 23 14:13:52 2007
New Revision: 41175

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



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Fri Mar 23 14:13:52 2007
@@ -12,6 +12,8 @@
 
 - do something even better for calls (and LOOKUP_METHOD)
 
+- redirect only the relevant fields in the virtualized frames
+
 - we are promoting inside space.type, there are other uses of it    
   beyond dispatching, it may not be the best idea in general
 



More information about the Pypy-commit mailing list