Author: hager <sven.ha...@uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r53116:e1151080d3a0
Date: 2012-03-02 07:49 -0800
http://bitbucket.org/pypy/pypy/changeset/e1151080d3a0/

Log:    kill outcommented lines

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
@@ -660,10 +660,6 @@
                 self.cpu.total_compiled_bridges)
 
         self._patch_sp_offset(sp_patch_location, rawstart)
-        #if not we_are_translated():
-        #    print 'Loop', inputargs, operations
-        #    self.mc._dump_trace(rawstart, 'bridge_%s.asm' % 
self.cpu.total_compiled_loops)
-        #    print 'Done assembling bridge with token %r' % looptoken
 
         ops_offset = self.mc.ops_offset
         self._teardown()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to