Author: Remi Meier <[email protected]> Branch: Changeset: r1787:cca95721cc80 Date: 2015-06-02 10:00 +0200 http://bitbucket.org/pypy/stmgc/changeset/cca95721cc80/
Log: Merge with c8-locking 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
