[pypy-svn] r79809 - pypy/extradoc/planning

arigo at codespeak.net arigo at codespeak.net
Sat Dec 4 15:04:11 CET 2010


Author: arigo
Date: Sat Dec  4 15:04:09 2010
New Revision: 79809

Added:
   pypy/extradoc/planning/1.4.1.txt
Log:
A file listing differences between releases 1.4 and 1.4.1.
Meant to also contain the planned work.


Added: pypy/extradoc/planning/1.4.1.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/planning/1.4.1.txt	Sat Dec  4 15:04:09 2010
@@ -0,0 +1,17 @@
+==========================================
+Differences between releases 1.4 and 1.4.1
+==========================================
+
+
+* In long-running processes, the assembler generated by old JIT-compilations
+  is now freed.  There should be no more leak, however long the process runs.
+
+* Improve the performance of the ``binascii`` module, and of ``hashlib.md5``
+  and ``hashlib.sha``.
+
+* Fix a corner case in the GC (minimark).
+
+
+Plan:
+
+* ?



More information about the Pypy-commit mailing list