[pypy-commit] pypy optresult: revert the previous checkin does not seem to be the problem

fijal noreply at buildbot.pypy.org
Mon Jun 8 14:09:02 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: optresult
Changeset: r77952:34c82a309912
Date: 2015-06-08 14:09 +0200
http://bitbucket.org/pypy/pypy/changeset/34c82a309912/

Log:	revert the previous checkin does not seem to be the problem

diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py
--- a/rpython/jit/metainterp/optimizeopt/heap.py
+++ b/rpython/jit/metainterp/optimizeopt/heap.py
@@ -422,8 +422,6 @@
                 cf.force_lazy_setfield(self, None)
 
     def force_lazy_setfields_and_arrayitems_for_guard(self):
-        self.force_all_lazy_setfields_and_arrayitems()
-        return []
         pendingfields = []
         for descr, cf in self.cached_fields.iteritems():
             op = cf._lazy_setfield


More information about the pypy-commit mailing list