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

arigo at codespeak.net arigo at codespeak.net
Tue Mar 20 11:37:17 CET 2007


Author: arigo
Date: Tue Mar 20 11:37:15 2007
New Revision: 40819

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
add TODO item.


Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Tue Mar 20 11:37:15 2007
@@ -12,6 +12,9 @@
 - check that --jit works with --faassen; don't stop at
   BINARY_ADD!
 
+- why does the timeshifter finds very different number of
+  graphs every time we run it?
+
 Longer-term
 ------------------
 



More information about the Pypy-commit mailing list