[pypy-svn] r32171 - pypy/dist/pypy/rpython/memory

pedronis at codespeak.net pedronis at codespeak.net
Mon Sep 11 18:09:55 CEST 2006


Author: pedronis
Date: Mon Sep 11 18:09:54 2006
New Revision: 32171

Modified:
   pypy/dist/pypy/rpython/memory/gctransform.py
Log:
(arigo, pedronis)

revert this change, it breaks some tests on top of the llinterp because 
of symbolic to float conversions caused by the transformation. 



Modified: pypy/dist/pypy/rpython/memory/gctransform.py
==============================================================================
--- pypy/dist/pypy/rpython/memory/gctransform.py	(original)
+++ pypy/dist/pypy/rpython/memory/gctransform.py	Mon Sep 11 18:09:54 2006
@@ -947,7 +947,7 @@
             annmodel.s_None)
 
         annhelper.finish()   # at this point, annotate all mix-level helpers
-        annhelper.backend_optimize(raisingop2direct_call_all=True)
+        annhelper.backend_optimize()
 
         self.collect_analyzer = CollectAnalyzer(self.translator)
         self.collect_analyzer.analyze_all()



More information about the Pypy-commit mailing list