Author: Armin Rigo <[email protected]>
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:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to