Author: Remi Meier <[email protected]> Branch: Changeset: r1995:8679ed5352f8 Date: 2016-07-19 09:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/8679ed5352f8/
Log: add another TODO for investigation diff --git a/c8/TODO b/c8/TODO --- a/c8/TODO +++ b/c8/TODO @@ -7,6 +7,9 @@ user-pagefault "handler". That should save on the number of needed VMAs and possibly be faster (although I'm quite unsure of that). +- investigate if membarrier() helps: + http://man7.org/linux/man-pages/man2/membarrier.2.html + ################## Issue: lee_router_tm in one of its versions uses a temporary grid (big list) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
