[pypy-svn] r65091 - pypy/branch/pyjitpl5/pypy/jit/tl

antocuni at codespeak.net antocuni at codespeak.net
Wed May 6 14:19:53 CEST 2009


Author: antocuni
Date: Wed May  6 14:19:52 2009
New Revision: 65091

Modified:
   pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
Log:
add a note how to run it


Modified: pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/tl/pypyjit.py	Wed May  6 14:19:52 2009
@@ -1,5 +1,8 @@
 """
 A file that invokes translation of PyPy with the JIT enabled.
+
+Run it with py.test -s --pdb pypyjit.py [--ootype]
+
 """
 
 import autopath



More information about the Pypy-commit mailing list