[pypy-svn] r43760 - pypy/extradoc/talk/dyla2007

arigo at codespeak.net arigo at codespeak.net
Sun May 27 23:39:15 CEST 2007


Author: arigo
Date: Sun May 27 23:39:15 2007
New Revision: 43760

Modified:
   pypy/extradoc/talk/dyla2007/dyla.tex
Log:
Small fixes.


Modified: pypy/extradoc/talk/dyla2007/dyla.tex
==============================================================================
--- pypy/extradoc/talk/dyla2007/dyla.tex	(original)
+++ pypy/extradoc/talk/dyla2007/dyla.tex	Sun May 27 23:39:15 2007
@@ -102,7 +102,7 @@
 of a specification for the dynamic language.  With a sufficiently capable
 translation toolchain we can then generate whole virtual machines from
 this specification -- either wholly custom VMs for C-level operating
-systems or VMs layered on top of various OO VMs.  In other words,
+systems or as a layer on top of various OO VMs.  In other words,
 meta-programming techniques can be used to successfully replace a
 foreseeable one-VM-fits-all standardization attempt.
 
@@ -358,7 +358,7 @@
 include the spectacular speed-ups obtained in some cases by the JIT compiler
 described in section \ref{subsect:dynamic_compilers}.
 
-In the sequel (??? - what is the sequel), we will focus on the relative advantages and
+In the sequel, we will focus on the relative advantages and
 inconveniences of the PyPy approach compared to the approach of
 hand-writing a language implementation on top of an OO VM.
 
@@ -369,7 +369,7 @@
 leads to language implementations that have various advantages over the
 ``hand-written'' implementations.  Firstly, it is a single-source
 approach -- we explicitly seek to solve the problem of proliferation of
-implementations.  In the sequel (???), we will show that this goal can be
+implementations.  In the sequel, we will show that this goal can be
 achieved without giving up the advantages of hand-written
 implementations for OO VMs.  Moreover, there are additional advantages which,
 in our opinion, are significant enough to hint that meta-programming,



More information about the Pypy-commit mailing list