[pypy-commit] pypy default: whatsnew entry

cfbolz noreply at buildbot.pypy.org
Sun Feb 22 17:28:14 CET 2015


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r76047:3356a2ba8490
Date: 2015-02-22 17:27 +0100
http://bitbucket.org/pypy/pypy/changeset/3356a2ba8490/

Log:	whatsnew entry

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
@@ -30,3 +30,7 @@
 .. branch: alt_errno
 Add an alternative location to save LastError, errno around ctypes,
 cffi external calls so things like pdb will not overwrite it
+
+.. branch: nonquadratic-heapcache
+Speed up the warmup times of the JIT by removing a quadratic algorithm in the
+heapcache.


More information about the pypy-commit mailing list