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

arigo at codespeak.net arigo at codespeak.net
Thu Mar 22 19:12:10 CET 2007


Author: arigo
Date: Thu Mar 22 19:12:09 2007
New Revision: 41114

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
Another "maybe" TODO item.


Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Thu Mar 22 19:12:09 2007
@@ -6,6 +6,9 @@
 
 - (maybe) make W_IntObject immutable
 
+- (maybe) try to replace the bool genvar with two constant bools in
+  the two paths exiting a conditional jump
+
 Longer-term
 ------------------
 



More information about the Pypy-commit mailing list