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

pedronis at codespeak.net pedronis at codespeak.net
Tue Apr 6 10:52:38 CEST 2004


Author: pedronis
Date: Tue Apr  6 10:52:37 2004
New Revision: 3806

Modified:
   pypy/trunk/doc/funding/B1.0_objectives.txt
Log:
experimental Java and Smalltalk VMs were built on top
of the Self VM, not the other way around.


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	Tue Apr  6 10:52:37 2004
@@ -159,8 +159,8 @@
   possible to leverage its benefits to the new language. This path is
   not only much shorter than designing a complete custom JIT compiler,
   but it is also easier to maintain and evolve. This idea is explored
-  for the Self virtual machine in [WAU99]_, built on top of 
-  experimental Java and Smalltalk implementations .  As pointed out in
+  in [WAU99]_ with experimental Java and Smalltalk implementations , built on top of 
+  for the Self virtual machine.  As pointed out in
   that paper, some source language features may not match any of the
   target virtual machine features. When this issue arises, we are left
   with the hard problem of refactoring an efficient JIT compiler-based


More information about the Pypy-commit mailing list