[pypy-commit] pypy stmgc-c7: Add this as a todo item

arigo noreply at buildbot.pypy.org
Wed May 7 19:53:38 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
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)
+
+------------------------------------------------------------
+
 
 
 


More information about the pypy-commit mailing list