[pypy-svn] r64710 - pypy/branch/pyjitpl5/pypy/jit/backend/minimal

fijal at codespeak.net fijal at codespeak.net
Mon Apr 27 02:40:03 CEST 2009


Author: fijal
Date: Mon Apr 27 02:40:02 2009
New Revision: 64710

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/minimal/runner.py
Log:
*ekhem*


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/minimal/runner.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/minimal/runner.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/minimal/runner.py	Mon Apr 27 02:40:02 2009
@@ -41,11 +41,11 @@
         pass
 
     def execute_operations(self, loop):
+        valueboxes = self._future_values
         if DEBUG:
             print "execute_operations: starting", loop
             for box in valueboxes:
                 print "\t", box, "\t", box.get_()
-        valueboxes = self._future_values
         self.clear_exception()
         self._guard_failed = False
         while True:



More information about the Pypy-commit mailing list