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

fijal at codespeak.net fijal at codespeak.net
Thu Jun 25 01:24:00 CEST 2009


Author: fijal
Date: Thu Jun 25 01:23:59 2009
New Revision: 65952

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/simple_optimize.py
Log:
improve comment


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/simple_optimize.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/simple_optimize.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/simple_optimize.py	Thu Jun 25 01:23:59 2009
@@ -12,6 +12,7 @@
         # copy loop operations here
         # we need it since the backend can modify those lists, which make
         # get_guard_op in compile.py invalid
+        # in fact, x86 modifies this list for moving GCs
         loop.operations = loop.operations[:]
         return None
 



More information about the Pypy-commit mailing list