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

mwh at codespeak.net mwh at codespeak.net
Mon Dec 5 00:24:28 CET 2005


Author: mwh
Date: Mon Dec  5 00:24:27 2005
New Revision: 20647

Modified:
   pypy/dist/pypy/doc/low-level-encapsulation.txt
Log:
Hey, multiple spaces work now :)


Modified: pypy/dist/pypy/doc/low-level-encapsulation.txt
==============================================================================
--- pypy/dist/pypy/doc/low-level-encapsulation.txt	(original)
+++ pypy/dist/pypy/doc/low-level-encapsulation.txt	Mon Dec  5 00:24:27 2005
@@ -255,9 +255,12 @@
 
 Multiple Interpreters
 
-    No experimental data available so far.  We are working on removing a
-    minor technical restriction that prevents our translation toolchain
-    from handling this case.
+    A binary that allowed selection between two copies of the standard
+    object space with a command line switch was about 10% slower and
+    about 40% bigger larger than the default.  Most of the extra size
+    is likely accounted for by the duplication of the large amount
+    prebuilt data involved in an instance of the standard object
+    space.
 
 Memory Management
 



More information about the Pypy-commit mailing list