Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r1104:d9f6900ea6ab Date: 2014-03-27 14:23 +0100 http://bitbucket.org/pypy/stmgc/changeset/d9f6900ea6ab/
Log: Failed to measure any difference in performance, keeping it around for now as it shouldn't hurt diff --git a/c7/stm/pages.c b/c7/stm/pages.c --- a/c7/stm/pages.c +++ b/c7/stm/pages.c @@ -176,6 +176,8 @@ page"; missing one, we remap all the pages over to the same one. We still keep one page *per segment* to avoid cross-CPU cache conflicts. + + (XXX no performance difference measured so far) */ long i, j; for (i = 1; i <= NB_SEGMENTS; i++) { _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit