[pypy-svn] pypy jit-short_from_state: already perfomred by the reconstruction

hakanardo commits-noreply at bitbucket.org
Wed Mar 30 08:19:26 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-short_from_state
Changeset: r43006:6be04713616e
Date: 2011-03-29 16:42 +0200
http://bitbucket.org/pypy/pypy/changeset/6be04713616e/

Log:	already perfomred by the reconstruction

diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py
--- a/pypy/jit/metainterp/optimizeopt/unroll.py
+++ b/pypy/jit/metainterp/optimizeopt/unroll.py
@@ -239,10 +239,6 @@
     def inline(self, loop_operations, loop_args, jump_args, virtual_state):
         self.inliner = inliner = Inliner(loop_args, jump_args)
 
-        # FIXME: Move this to reconstruct
-        for v in self.optimizer.values.values():
-            v.last_guard_index = -1 # FIXME: Are there any more indexes stored?
-
         values = [self.getvalue(arg) for arg in jump_args]
         inputargs = virtual_state.make_inputargs(values)
 


More information about the Pypy-commit mailing list