[pypy-svn] r37310 - pypy/dist/pypy/jit/goal

pedronis at codespeak.net pedronis at codespeak.net
Thu Jan 25 00:20:10 CET 2007


Author: pedronis
Date: Thu Jan 25 00:20:09 2007
New Revision: 37310

Modified:
   pypy/dist/pypy/jit/goal/jitstep.py
Log:
oops, back to stopping at source



Modified: pypy/dist/pypy/jit/goal/jitstep.py
==============================================================================
--- pypy/dist/pypy/jit/goal/jitstep.py	(original)
+++ pypy/dist/pypy/jit/goal/jitstep.py	Thu Jan 25 00:20:09 2007
@@ -67,4 +67,4 @@
         t.graphs.append(graph)
         
     # XXX temp
-    drv.compile()
+    drv.source()



More information about the Pypy-commit mailing list