Author: Armin Rigo <[email protected]>
Branch: jit-counter
Changeset: r67734:bc7ae175a924
Date: 2013-10-30 14:52 +0100
http://bitbucket.org/pypy/pypy/changeset/bc7ae175a924/

Log:    Tweak the jit counters: decay them at each minor collection. This
        requires refactorings to move them to some single table, but it
        should reduce total memory usage. This is done at the cost of hash
        collisions that might make them reach their bound earlier, but this
        should be rare and so completely unimportant.

_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to