[pypy-svn] r71030 - pypy/branch/oprofile-support/pypy/jit/metainterp

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Feb 1 13:54:25 CET 2010


Author: cfbolz
Date: Mon Feb  1 13:54:24 2010
New Revision: 71030

Modified:
   pypy/branch/oprofile-support/pypy/jit/metainterp/warmspot.py
Log:
this belongs to r70957


Modified: pypy/branch/oprofile-support/pypy/jit/metainterp/warmspot.py
==============================================================================
--- pypy/branch/oprofile-support/pypy/jit/metainterp/warmspot.py	(original)
+++ pypy/branch/oprofile-support/pypy/jit/metainterp/warmspot.py	Mon Feb  1 13:54:24 2010
@@ -77,6 +77,7 @@
     res = interp.eval_graph(graph, args)
     if not kwds.get('translate_support_code', False):
         warmrunnerdesc.metainterp_sd.profiler.finish()
+        warmrunnerdesc.metainterp_sd.cpu.finish_once()
     print '~~~ return value:', res
     while repeat > 1:
         print '~' * 79



More information about the Pypy-commit mailing list