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

pedronis at codespeak.net pedronis at codespeak.net
Thu Jan 11 16:05:11 CET 2007


Author: pedronis
Date: Thu Jan 11 16:05:10 2007
New Revision: 36491

Modified:
   pypy/dist/pypy/jit/TODO.txt
Log:
oops, an open issue to think about when we have more experience with virtualizable.
In theory we could generate different code and detect which one to use at runtime based on aliasing
checks but well...



Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt	(original)
+++ pypy/dist/pypy/jit/TODO.txt	Thu Jan 11 16:05:10 2007
@@ -15,6 +15,11 @@
 
 - make backend opts usable on the interp+timeshifted interp graph forest
 
+Open issues
+--------------
+
+- think about aliasing issues with virtualizables
+
 Improvements
 -------------
 



More information about the Pypy-commit mailing list