Author: edelsohn
Branch: ppc-jit-backend
Changeset: r52430:7cd5de17030d
Date: 2012-02-13 13:04 -0500
http://bitbucket.org/pypy/pypy/changeset/7cd5de17030d/

Log:    Comment out Loop start message.

diff --git a/pypy/jit/backend/ppc/ppc_assembler.py 
b/pypy/jit/backend/ppc/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppc_assembler.py
@@ -715,8 +715,8 @@
         allblocks = self.get_asmmemmgr_blocks(looptoken)
         start = self.mc.materialize(self.cpu.asmmemmgr, allblocks, 
                                     self.cpu.gc_ll_descr.gcrootmap)
-        from pypy.rlib.rarithmetic import r_uint
-        print "=== Loop start is at %s ===" % hex(r_uint(start))
+        #from pypy.rlib.rarithmetic import r_uint
+        #print "=== Loop start is at %s ===" % hex(r_uint(start))
         return start
 
     def write_pending_failure_recoveries(self):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to