Author: Armin Rigo <[email protected]> Branch: Changeset: r203:1b81e35c24e6 Date: 2013-06-20 13:51 +0200 http://bitbucket.org/pypy/stmgc/changeset/1b81e35c24e6/
Log: Unsure here diff --git a/c4/doc-stmgc.txt b/c4/doc-stmgc.txt --- a/c4/doc-stmgc.txt +++ b/c4/doc-stmgc.txt @@ -291,6 +291,9 @@ is simplified to a regular complete garbage collection. Additionally, as hinted above, we can compact chains of public object copies. +[why? write a justification for the next paragraph or drop it. I'm not +sure but it may be the case that we no longer rely on this.] + Note that our design relies on the following property: in a given copy of an object which was committed at revision N, all pointers point to copies of objects which were committed at or before revision N. This _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
