[pypy-svn] r36009 - pypy/dist/pypy/jit
pedronis at codespeak.net
pedronis at codespeak.net
Wed Dec 27 22:31:32 CET 2006
Author: pedronis
Date: Wed Dec 27 22:31:31 2006
New Revision: 36009
Modified:
pypy/dist/pypy/jit/TODO.txt
Log:
mark the getitem task as in-progress
Modified: pypy/dist/pypy/jit/TODO.txt
==============================================================================
--- pypy/dist/pypy/jit/TODO.txt (original)
+++ pypy/dist/pypy/jit/TODO.txt Wed Dec 27 22:31:31 2006
@@ -1,6 +1,6 @@
- fix the XXXs in codegen
-- [] (getitem) used inside complex try/except ends up using the bound
+- IN-PROGRESS: [] (getitem) used inside complex try/except ends up using the bound
checking version: transformation after flowgraphing that marks op
with implicit exceptions only if they are inside a precise
try:except:
More information about the Pypy-commit
mailing list