[pypy-commit] pypy stmgc-c7: Most probably, that's enough

arigo noreply at buildbot.pypy.org
Thu Mar 26 09:42:04 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r76568:986a2a3e0532
Date: 2015-03-26 09:41 +0100
http://bitbucket.org/pypy/pypy/changeset/986a2a3e0532/

Log:	Most probably, that's enough

diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl.py
+++ b/rpython/jit/metainterp/pyjitpl.py
@@ -214,7 +214,7 @@
             resbox = history.BoxInt(0)
             record_break = True
 
-        self.metainterp.heapcache.reset()
+        self.metainterp.heapcache.reset_keep_likely_virtuals()
         rstm.possible_transaction_break(0)
 
         if record_break:


More information about the pypy-commit mailing list