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

arigo at codespeak.net arigo at codespeak.net
Wed Jul 15 11:27:11 CEST 2009


Author: arigo
Date: Wed Jul 15 11:27:11 2009
New Revision: 66226

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize4.py
Log:
Reformatting.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize4.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize4.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/optimize4.py	Wed Jul 15 11:27:11 2009
@@ -361,9 +361,8 @@
         op_fail.args = newboxes
         # NB. we mutate op_fail in-place above.  That's bad.  Hopefully
         # it does not really matter because no-one is going to look again
-        # at its unoptimized version.  We cannot really clone it because
-        # of how the rest works (e.g. it is returned by
-        # cpu.execute_operations()).
+        # at its unoptimized version.  We cannot really clone it because of
+        # how the rest works (e.g. it is returned by cpu.execute_operations()).
         rebuild_ops.append(op_fail)
         op1 = op.clone()
         op1.args = self.new_arguments(op1)



More information about the Pypy-commit mailing list