Author: Carl Friedrich Bolz <[email protected]>
Branch: guard-compatible
Changeset: r83379:9c4f6b7c5e3e
Date: 2016-03-25 22:14 +0100
http://bitbucket.org/pypy/pypy/changeset/9c4f6b7c5e3e/

Log:    print a bit less

diff --git a/rpython/jit/metainterp/compatible.py 
b/rpython/jit/metainterp/compatible.py
--- a/rpython/jit/metainterp/compatible.py
+++ b/rpython/jit/metainterp/compatible.py
@@ -36,6 +36,8 @@
             if oldcond.same_cond(cond, res):
                 return
         cond.activate(res, optimizer)
+        if self.conditions and self.conditions.debug_mp_str == 
cond.debug_mp_str:
+            cond.debug_mp_str = ''
         self.conditions.append(cond)
 
     def register_quasi_immut_field(self, op):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to