Author: Armin Rigo <[email protected]> Branch: stmgc-c4 Changeset: r65901:e78bff019f55 Date: 2013-08-02 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e78bff019f55/
Log: Mention vtune diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -56,6 +56,6 @@ running valgrind we can see X% of the time in the read or write barriers, but it would be interesting to know also the time spent in the fast-path, as well as splitting it based e.g. on the RPython type of -object. +object. See also vtune. reimplement the fast-path of the nursery allocations in the GC _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
