[pypy-svn] r39116 - pypy/release/0.99.x/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Sat Feb 17 16:17:44 CET 2007


Author: hpk
Date: Sat Feb 17 16:17:43 2007
New Revision: 39116

Modified:
   pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
Log:
added another optimization news after reading 0.9->0.99 diff and 
brief discussion with cfbolz


Modified: pypy/release/0.99.x/pypy/doc/release-0.99.0.txt
==============================================================================
--- pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	(original)
+++ pypy/release/0.99.x/pypy/doc/release-0.99.0.txt	Sat Feb 17 16:17:43 2007
@@ -78,6 +78,9 @@
   - Optimized builtin lookups to not require any dictionary lookups if the
     builtin is not shadowed by a name in the global dictionary.
 
+  - Improved inlining (now also working for higher level
+    backends) and malloc removal.
+
   - twice the speed of the 0.9 release, overall 2-3 slower than CPython 
 
 * High level backends:



More information about the Pypy-commit mailing list