[pypy-svn] r3638 - pypy/trunk/doc/funding

arigo at codespeak.net arigo at codespeak.net
Thu Apr 1 16:45:52 CEST 2004


Author: arigo
Date: Thu Apr  1 16:45:51 2004
New Revision: 3638

Modified:
   pypy/trunk/doc/funding/B1.0_objectives.txt
Log:
- minor clarification.
- typo.



Modified: pypy/trunk/doc/funding/B1.0_objectives.txt
==============================================================================
--- pypy/trunk/doc/funding/B1.0_objectives.txt	(original)
+++ pypy/trunk/doc/funding/B1.0_objectives.txt	Thu Apr  1 16:45:51 2004
@@ -64,7 +64,8 @@
 * pervasive security support
 * logic and aspect-oriented programming
 
-The second key idea is to write the interpreter and Object Spaces in a
+The second key idea to reach this level of flexibility
+is to write the interpreter and Object Spaces in a
 VHLL language (Python itself) and recover performance with a separate
 translation process producing specialized efficient low-level code. The
 translation is not one-shot: it can be repeated and tailored to weave 
@@ -74,7 +75,7 @@
 The PyPy project plans to deliver a compliant language implementation
 passing all unit-tests of the current reference C-implementation that are 
 relevant to the new one. At least 90% of existing unit tests will be directly
-+applicable.[*]_ Moreover, we will be able to add techniques such as JIT compilation
+applicable.[*]_ Moreover, we will be able to add techniques such as JIT compilation
 without making the interpreter more complex. Thus we will get speed increases of
 2-10 times over the reference C-implementation. We expect algorithmic code to 
 run at least at 50% of the speed of pure, optimized C code.


More information about the Pypy-commit mailing list