[pypy-commit] stmgc default: This sentence no longer makes sense.

arigo noreply at buildbot.pypy.org
Tue May 13 17:53:16 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1209:d164a5bcad5e
Date: 2014-05-13 17:53 +0200
http://bitbucket.org/pypy/stmgc/changeset/d164a5bcad5e/

Log:	This sentence no longer makes sense.

diff --git a/c7/stm/core.h b/c7/stm/core.h
--- a/c7/stm/core.h
+++ b/c7/stm/core.h
@@ -78,9 +78,7 @@
     /* List of old objects (older than the current transaction) that the
        current transaction attempts to modify.  This is used to track
        the STM status: they are old objects that where written to and
-       that need to be copied to other segments upon commit.  Note that
-       every object takes three list items: the object, and two words for
-       the location marker. */
+       that need to be copied to other segments upon commit. */
     struct list_s *modified_old_objects;
 
     /* For each entry in 'modified_old_objects', we have two entries


More information about the pypy-commit mailing list