[pypy-svn] r61889 - pypy/branch/pyjitpl5/pypy/jit/metainterp
fijal at codespeak.net
fijal at codespeak.net
Sat Feb 14 19:19:53 CET 2009
Author: fijal
Date: Sat Feb 14 19:19:52 2009
New Revision: 61889
Modified:
pypy/branch/pyjitpl5/pypy/jit/metainterp/graphpage.py
Log:
comment out those changes
Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/graphpage.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/graphpage.py (original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/graphpage.py Sat Feb 14 19:19:52 2009
@@ -68,10 +68,10 @@
_prev = Box._extended_display
try:
Box._extended_display = False
- if len(self.graphs) > 1:
- graphs = self.graphs[1:]
- else:
- graphs = self.graphs
+ #if len(self.graphs) > 1:
+ # graphs = self.graphs[1:]
+ #else:
+ graphs = self.graphs
for i, graph in enumerate(graphs):
self.gengraph(graph, i)
finally:
More information about the Pypy-commit
mailing list