Author: Richard Plangger <[email protected]>
Branch: vecopt-merge
Changeset: r79111:f40c1f7b277b
Date: 2015-08-21 14:52 +0200
http://bitbucket.org/pypy/pypy/changeset/f40c1f7b277b/
Log: removed debug output
diff --git a/rpython/jit/metainterp/history.py
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metainterp/history.py
+++ b/rpython/jit/metainterp/history.py
@@ -910,10 +910,6 @@
self.versions.append(LoopVersion(None))
root_version = self.versions[0]
version = LoopVersion(self)
- if not we_are_translated():
- print "LOOP SNAPSHOT"
- for op in version.operations:
- print "", op
self.versions.append(version)
return version
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit