Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r67968:83ebf63bc891 Date: 2013-11-12 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/83ebf63bc891/
Log: this has been done diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -90,9 +90,6 @@ collectors can be written for specialized purposes, or even various experiments can be done for the general purpose. Examples: -* An incremental garbage collector that has specified maximal pause times, - crucial for games - * A garbage collector that compact memory better for mobile devices * A concurrent garbage collector (a lot of work) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
