Author: Armin Rigo <[email protected]> Branch: stmgc-c4 Changeset: r65893:382899f1930a Date: 2013-08-02 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/382899f1930a/
Log: The nursery allocs don't have a fast-path right now diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -57,3 +57,5 @@ 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. + +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
