Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1157:a158a889e78b
Date: 2014-04-13 18:21 +0200
http://bitbucket.org/pypy/stmgc/changeset/a158a889e78b/

Log:    Another TODO

diff --git a/c7/TODO b/c7/TODO
--- a/c7/TODO
+++ b/c7/TODO
@@ -11,3 +11,8 @@
 - fork() is done by copying the whole mmap non-lazily; improve.
 
 - contention.c: when pausing: should also tell other_pseg "please commit soon"
+
+- resharing: remap_file_pages on multiple pages at once; and madvise()
+  the unused pages away --- or maybe use consecutive addresses from the
+  lowest ones from segment N, instead of the page corresponding to the page
+  number in segment 0 (possibly a bit messy)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to