aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2013-10-08 10:01:51 +0200
committerArmin Rigo <arigo@tunes.org>2013-10-08 10:01:51 +0200
commit73f28b81e9aaf2e1da07b9c31b8ec8528f7ce61b (patch)
tree9c830bd6853c2a346c390381a3fd0d5d7c2cd0f1 /TODO
parentAdded a TODO (diff)
downloadpypy-73f28b81e9aaf2e1da07b9c31b8ec8528f7ce61b.tar.gz
pypy-73f28b81e9aaf2e1da07b9c31b8ec8528f7ce61b.tar.bz2
pypy-73f28b81e9aaf2e1da07b9c31b8ec8528f7ce61b.zip
Disable this logic
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index ee807b9fac..7a9513f8ff 100644
--- a/TODO
+++ b/TODO
@@ -11,3 +11,6 @@
* maybe make incremental: dealing with old_objects_with_weakrefs
and old_objects_with_light_finalizers and
deal_with_objects_with_finalizers()
+
+* REDO external_malloc(): if somebody calls this function a lot, we must
+ eventually force a full collection.