[pypy-svn] r40617 - pypy/branch/jit-virtual-world/pypy/jit

arigo at codespeak.net arigo at codespeak.net
Fri Mar 16 20:54:28 CET 2007


Author: arigo
Date: Fri Mar 16 20:54:26 2007
New Revision: 40617

Modified:
   pypy/branch/jit-virtual-world/pypy/jit/TODO.txt
Log:
Another todo item.


Modified: pypy/branch/jit-virtual-world/pypy/jit/TODO.txt
==============================================================================
--- pypy/branch/jit-virtual-world/pypy/jit/TODO.txt	(original)
+++ pypy/branch/jit-virtual-world/pypy/jit/TODO.txt	Fri Mar 16 20:54:26 2007
@@ -9,6 +9,8 @@
 Longer-term
 ------------------
 
+- don't follow eagerly the exception path of 'int_xxx_ovf'.
+
 - global merge point and portal should delegate their cache impl.
   to the application (to allow keeping things alive correctly)
 



More information about the Pypy-commit mailing list