[pypy-commit] pypy stmgc-c7-rewindjmp: Bah

arigo noreply at buildbot.pypy.org
Sun Aug 17 10:26:16 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7-rewindjmp
Changeset: r72840:7f570c76ae70
Date: 2014-08-17 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7f570c76ae70/

Log:	Bah

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
@@ -157,9 +157,8 @@
 
     # sync with lloperation.py
     gct_stm_become_inevitable                       = _gct_with_roots_pushed
-
     gct_stm_become_globally_unique_transaction      = _gct_with_roots_pushed
-    gct_stm_perform_transaction                     = _gct_with_roots_pushed
+    gct_stm_transaction_break                       = _gct_with_roots_pushed
 
 
 class StmRootWalker(BaseRootWalker):


More information about the pypy-commit mailing list