Author: Armin Rigo <[email protected]> Branch: hashtable Changeset: r1504:38ce55475572 Date: 2014-11-12 08:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/38ce55475572/
Log: Add a reference to a paper diff --git a/c7/stm/hashtable.c b/c7/stm/hashtable.c --- a/c7/stm/hashtable.c +++ b/c7/stm/hashtable.c @@ -22,6 +22,11 @@ itself, once created, stays around. It is only removed by the next major GC if it points to NULL and its read/write markers are not set in any currently-running transaction. + +References +---------- + +Inspired by: http://ppl.stanford.edu/papers/podc011-bronson.pdf */ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
