Author: Armin Rigo <[email protected]> Branch: Changeset: r1079:6937d94d24cc Date: 2014-03-19 12:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/6937d94d24cc/
Log: update the TODO list diff --git a/c7/TODO b/c7/TODO --- a/c7/TODO +++ b/c7/TODO @@ -1,15 +1,14 @@ -known-working revision: 5e4ec1af0e0c +known-working revision: 75893b92af4e - use small uniform gcpages - write barrier for big arrays -- weakrefs - finalizers - the highest_overflow_number can overflow after 2**30 non-collect-time minor collections -- re-enable the buggy RESHARE_PAGES=1, probably with a better impl +- fork() is done by copying the whole mmap non-lazily; improve. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
