[pypy-svn] r62786 - pypy/branch/pyjitpl5/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Tue Mar 10 00:47:57 CET 2009


Author: fijal
Date: Tue Mar 10 00:47:57 2009
New Revision: 62786

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/codewriter.py
Log:
this is useful, but was not meant to be checked in


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/codewriter.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/codewriter.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/codewriter.py	Tue Mar 10 00:47:57 2009
@@ -225,7 +225,7 @@
             self.bytecode.dump()
         else:
             print repr(self.bytecode)
-            self.bytecode.dump(open("/tmp/jitcodes/%s" % self.bytecode.name, "w"))
+            #self.bytecode.dump(open("/tmp/jitcodes/%s" % self.bytecode.name, "w"))
 
     def const_position(self, constvalue):
         """Generate a constant of the given value.



More information about the Pypy-commit mailing list