Author: Remi Meier <[email protected]> Branch: quad-color-gc Changeset: r86244:8ca6fccd6b2f Date: 2016-08-17 13:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8ca6fccd6b2f/
Log: a branch to experiment with a new GC (see TODO file) diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +Branch for experimenting with N. Truessel's implementation of a generational, +incremental, non-moving quad-color GC. + +Original idea: http://wiki.luajit.org/New-Garbage-Collector + +Repository for the actual GC: +https://github.com/ntruessel/qcgc + + +* TODO document branch _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
