[pypy-svn] r64088 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Wed Apr 15 08:41:30 CEST 2009


Author: fijal
Date: Wed Apr 15 08:41:28 2009
New Revision: 64088

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py
Log:
improve debugging


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/pyjitpl.py	Wed Apr 15 08:41:28 2009
@@ -118,6 +118,7 @@
         self.bytecode = jitcode.code
         self.constants = jitcode.constants
         self.exception_target = -1
+        self.name = jitcode.name # purely for having name attribute
 
     # ------------------------------
     # Decoding of the JitCode



More information about the Pypy-commit mailing list