Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1880:09ca23bd1e4a
Date: 2015-06-20 17:21 +0200
http://bitbucket.org/pypy/stmgc/changeset/09ca23bd1e4a/

Log:    fixed one TODO, added another

diff --git a/c8/TODO b/c8/TODO
--- a/c8/TODO
+++ b/c8/TODO
@@ -1,14 +1,11 @@
+
+- fix markers (e.g. become_inevitable doesn't seem to show up)
 
 - improve sync of small objs on commit (see FLAG_SYNC_LARGE in nursery.c)
 
 - reshare pages:
   make seg0 MAP_SHARED in order to re-share private pages during major GC
 
-- avoid usleep(10) when waiting for an inevitable transaction:
-  we do this sleep when we try to commit and another inev transaction is
-  currently running. idea: signal the inev transaction to do the commit
-  for us
-
 - maybe re-implement the "please commit soon" signal
 
 - the highest_overflow_number can overflow after 2**30 non-collect-time
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to