Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r50489:a21c0f06db3e
Date: 2011-12-14 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/a21c0f06db3e/

Log:    remove debug output from compute_frame_depth

diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py 
b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
@@ -716,10 +716,6 @@
             PARAMETER_AREA += MAX_REG_PARAMS * WORD
         SPILLING_AREA = regalloc.frame_manager.frame_depth * WORD
 
-        print "PARAMETER SAVE AREA = %d" % PARAMETER_AREA
-        print "SPILLING AREA       = %d" % SPILLING_AREA
-        print "OFFSET TO ENCODING  = %d" % (PARAMETER_AREA + SPILLING_AREA)
-
         frame_depth = (  GPR_SAVE_AREA
                        + FPR_SAVE_AREA
                        + FLOAT_INT_CONVERSION
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to