Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r4055:65d56ccf97b0 Date: 2012-01-26 21:26 +0100 http://bitbucket.org/pypy/extradoc/changeset/65d56ccf97b0/
Log: Add para diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -121,6 +121,10 @@ objects with a special value in their "version" field that will cause concurrent reads to spin-loop. +This is also where we need the list of global objects that we've read. +We need to check that each of these global objects' versions have not +been modified in the meantime. + Annotator support ----------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
