[pypy-commit] stmgc c8-new-page-handling: Confused, but that's enough for tonight

arigo noreply at buildbot.pypy.org
Tue Sep 23 20:54:15 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: c8-new-page-handling
Changeset: r1417:8866dac9e6ab
Date: 2014-09-23 20:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/8866dac9e6ab/

Log:	Confused, but that's enough for tonight

diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -290,6 +290,7 @@
                     needs_abort = true;
                 }
             }
+            /* XXXX Here I'm doing something wrong -- arigo */
             reapply_undo_log(undo);
         }
 


More information about the pypy-commit mailing list