[pypy-commit] pypy ppc-jit-backend: Comment out Loop start message.

edelsohn noreply at buildbot.pypy.org
Mon Feb 13 19:05:46 CET 2012


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):


More information about the pypy-commit mailing list