[pypy-svn] r53384 - pypy/branch/jit-hotpath/pypy/jit/timeshifter

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Apr 5 14:02:00 CEST 2008


Author: cfbolz
Date: Sat Apr  5 14:01:59 2008
New Revision: 53384

Modified:
   pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py
Log:
useful (commented out) pdb lines for debugging


Modified: pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/timeshifter/rtimeshift.py	Sat Apr  5 14:01:59 2008
@@ -346,6 +346,8 @@
         try:
             match = frozen.exactmatch(jitstate, outgoingvarboxes, memo)
         except rvalue.DontMerge:
+            #import sys, pdb
+            #pdb.post_mortem(sys.exc_info()[2])
             continue
         if match:
             linkargs = []



More information about the Pypy-commit mailing list