[pypy-svn] r67818 - pypy/trunk/pypy/jit/metainterp

pedronis at codespeak.net pedronis at codespeak.net
Mon Sep 21 10:42:46 CEST 2009


Author: pedronis
Date: Mon Sep 21 10:42:46 2009
New Revision: 67818

Modified:
   pypy/trunk/pypy/jit/metainterp/pyjitpl.py
Log:
oops, we got both versions of the profiling fix

Modified: pypy/trunk/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/trunk/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/trunk/pypy/jit/metainterp/pyjitpl.py	Mon Sep 21 10:42:46 2009
@@ -1250,9 +1250,6 @@
             else:
                 resbox = self._record_helper_nonpure_varargs(opnum, resbox, descr, argboxes)
         # if we are blackholing require_attention has the initial meaning
-        else:
-            if self.is_blackholing():
-                profiler.count_ops(opnum, self.history.OPS_KIND) # canfold blackholed
         if require_attention:
             self.after_generate_residual_call()
         return resbox



More information about the Pypy-commit mailing list