[pypy-svn] r25642 - pypy/dist/pypy/translator/backendopt

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Apr 10 01:40:49 CEST 2006


Author: cfbolz
Date: Mon Apr 10 01:40:46 2006
New Revision: 25642

Modified:
   pypy/dist/pypy/translator/backendopt/mallocprediction.py
Log:
make final result bold


Modified: pypy/dist/pypy/translator/backendopt/mallocprediction.py
==============================================================================
--- pypy/dist/pypy/translator/backendopt/mallocprediction.py	(original)
+++ pypy/dist/pypy/translator/backendopt/mallocprediction.py	Mon Apr 10 01:40:46 2006
@@ -153,7 +153,7 @@
         if not newcount:
             break
         count += newcount
-    log.inlineandremove("removed %s mallocs in total" % count)
+    log.inlineandremove.event("removed %s mallocs in total" % count)
     for graph in translator.graphs:
         removenoops.remove_superfluous_keep_alive(graph)
         removenoops.remove_duplicate_casts(graph, translator)



More information about the Pypy-commit mailing list