Author: Armin Rigo <[email protected]> Branch: stm-gc-2 Changeset: r63305:19470a5a0223 Date: 2013-04-13 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/19470a5a0223/
Log: Add a possible idea (from Remi) diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -4,6 +4,11 @@ ------------------------------------------------------------ +try to let non-atomic inevitable transactions run for longer, until +another thread starts waiting for the mutex + +------------------------------------------------------------ + RPyAssert(i < len(lst)): if lst is global this turns into tons of code ------------------------------------------------------------ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
