[pypy-svn] r64652 - pypy/branch/pyjitpl5/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Fri Apr 24 20:37:32 CEST 2009


Author: fijal
Date: Fri Apr 24 20:37:31 2009
New Revision: 64652

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/compile.py
Log:
that was dumb, I need to think


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/compile.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/compile.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/compile.py	Fri Apr 24 20:37:31 2009
@@ -167,7 +167,6 @@
 loops_exit_frame_with_exception = [_loop]
 map_loop2descr[_loop] = exit_frame_with_exception_descr
 del _loop
-map_loop2descr = {}
 
 class ResumeGuardDescr(AbstractDescr):
     def __init__(self, resume_info, consts, history, history_guard_index):



More information about the Pypy-commit mailing list