Author: Remi Meier <remi.me...@inf.ethz.ch> Branch: stmgc-c7 Changeset: r73062:7d2441485839 Date: 2014-08-26 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2441485839/
Log: stm_collect needs roots pushed diff --git a/rpython/memory/gctransform/stmframework.py b/rpython/memory/gctransform/stmframework.py --- a/rpython/memory/gctransform/stmframework.py +++ b/rpython/memory/gctransform/stmframework.py @@ -159,6 +159,7 @@ gct_stm_become_inevitable = _gct_with_roots_pushed gct_stm_become_globally_unique_transaction = _gct_with_roots_pushed gct_stm_transaction_break = _gct_with_roots_pushed + gct_stm_collect = _gct_with_roots_pushed class StmRootWalker(BaseRootWalker): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit