Author: Armin Rigo <ar...@tunes.org>
Branch: incremental-gc
Changeset: r67191:dde7f7507abb
Date: 2013-10-08 09:57 +0200
http://bitbucket.org/pypy/pypy/changeset/dde7f7507abb/

Log:    Added a TODO

diff --git a/TODO b/TODO
new file mode 100644
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+
+
+* fix increments in major_collection_step() in the phases
+  STATE_MARKING, STATE_SWEEPING_RAWMALLOC, STATE_SWEEPING_ARENA,
+  and probably STATE_FINALIZING
+
+* 'next_major_collection_*' need to be tweaked
+
+* check the 'reserving_size' argument here and there
+
+* maybe make incremental: dealing with old_objects_with_weakrefs
+  and old_objects_with_light_finalizers and
+  deal_with_objects_with_finalizers()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to