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

arigo at codespeak.net arigo at codespeak.net
Sat Apr 25 17:59:25 CEST 2009


Author: arigo
Date: Sat Apr 25 17:59:24 2009
New Revision: 64673

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
Log:
Re-add a line accidentally(?) deleted at r63642.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/pyjitpl.py	Sat Apr 25 17:59:24 2009
@@ -1276,6 +1276,7 @@
             if suboperations[-1].opnum != rop.FAIL:
                 must_compile = False
                 log("ignoring old version of the guard")
+        if must_compile:
             self.history = history.History(self.cpu)
             extra = len(suboperations) - 1
             assert extra >= 0



More information about the Pypy-commit mailing list