[pypy-commit] pypy ppc-jit-backend: remove debug code

hager noreply at buildbot.pypy.org
Mon Oct 31 22:18:07 CET 2011


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r48633:3e069b262a2b
Date: 2011-10-31 22:16 +0100
http://bitbucket.org/pypy/pypy/changeset/3e069b262a2b/

Log:	remove debug code

diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/pypy/jit/backend/ppc/ppcgen/opassembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/opassembler.py
@@ -457,7 +457,6 @@
         #XXX Hack, Hack, Hack
         if op.result and not we_are_translated() and not isinstance(descr,
                 LoopToken):
-            import pdb; pdb.set_trace()
             #XXX check result type
             loc = regalloc.rm.call_result_location(op.result)
             size = descr.get_result_size(False)
@@ -514,7 +513,6 @@
         # restore the arguments stored on the stack
         if result is not None:
             resloc = regalloc.after_call(result)
-        self.mc.trap()
 
     def write_new_force_index(self):
         # for shadowstack only: get a new, unused force_index number and


More information about the pypy-commit mailing list