Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r67794:57c30d4d18dd
Date: 2013-11-01 15:16 +0100
http://bitbucket.org/pypy/pypy/changeset/57c30d4d18dd/

Log:    Document the branch.

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -124,3 +124,9 @@
 
 .. branch: remove-numpypy
 Remove lib_pypy/numpypy in favor of external numpy fork
+
+.. branch: jit-counter
+Tweak the jit counters: decay them at minor collection (actually
+only every 32 minor collection is enough). Should avoid the "memory
+leaks" observed in long-running processes, actually created by the
+jit compiling more and more rarely executed paths.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to