Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r71394:ecd03bce28a0
Date: 2014-05-07 19:53 +0200
http://bitbucket.org/pypy/pypy/changeset/ecd03bce28a0/

Log:    Add this as a todo item

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -97,6 +97,13 @@
 
 ------------------------------------------------------------
 
+allocating dummy 16 bytes if a loop doesn't allocate anything else:
+could be replaced by lowering the nursery's limit, to avoid creating
+holes (or even mostly-empty, already-zero nurseries that must still be
+entirely memset)
+
+------------------------------------------------------------
+
 
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to