[pypy-commit] stmgc c8-locking: update todo list

Raemi noreply at buildbot.pypy.org
Tue Jun 2 09:58:51 CEST 2015


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: c8-locking
Changeset: r1786:bc85b4567b48
Date: 2015-06-02 09:59 +0200
http://bitbucket.org/pypy/stmgc/changeset/bc85b4567b48/

Log:	update todo list

diff --git a/c8/TODO b/c8/TODO
--- a/c8/TODO
+++ b/c8/TODO
@@ -1,9 +1,6 @@
 
 - improve sync of small objs on commit (see FLAG_SYNC_LARGE in nursery.c)
 
-- non-zeroed nursery:
-  read-the-docs benchmark shows 8% time spent in memset of throw_away_nursery
-
 - reshare pages:
   make seg0 MAP_SHARED in order to re-share private pages during major GC
 
@@ -28,3 +25,9 @@
 
 - avoid __builtin_frame_address(0) in precisely the performance-critical
   functions like the interpreter main loop
+
+
+---------------------------
+DONE:
+- non-zeroed nursery:
+  read-the-docs benchmark shows 8% time spent in memset of throw_away_nursery


More information about the pypy-commit mailing list