[pypy-svn] r39001 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Feb 16 13:04:00 CET 2007


Author: cfbolz
Date: Fri Feb 16 13:03:58 2007
New Revision: 39001

Modified:
   pypy/dist/pypy/doc/release-0.99.0.txt
Log:
 - add short sentence about wp6
 - the taint space is bigger now


Modified: pypy/dist/pypy/doc/release-0.99.0.txt
==============================================================================
--- pypy/dist/pypy/doc/release-0.99.0.txt	(original)
+++ pypy/dist/pypy/doc/release-0.99.0.txt	Fri Feb 16 13:03:58 2007
@@ -65,7 +65,7 @@
 =====================
 
 * new object spaces:
-  - Tainting: a 150-line proxy object space tracking 
+  - Tainting: a 270-line proxy object space tracking 
     and boxing sensitive information within an application. 
     A tainted object is completely barred from crossing 
     an IO barrier, such as writing to files, databases
@@ -81,7 +81,8 @@
     XXX Move link to the bottom?
  
 * optimizations: 
-  - XXX
+  - experimental new optimized implementations for various built in Python
+    types (strings, dicts, lists)
   - speed up of 5-7 compared to 0.9, overall 2-3 slower than
     CPython 
 



More information about the Pypy-commit mailing list