Author: Armin Rigo <[email protected]> Branch: incremental-gc Changeset: r67246:78791c8fb3a3 Date: 2013-10-09 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/78791c8fb3a3/
Log: Another TODO item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -17,3 +17,8 @@ * REDO card marking, starting with "card_page_indices": 128 in TRANSLATION_PARAMS + +* write barrier: avoid the case when during sweeping we have GCFLAG_VISITED + on an object, so we call the slow path, but the slow path doesn't do + anything, and we still have GCFLAG_VISITED so we will keep calling it + on the same object _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
