[pypy-svn] extradoc extradoc: small tweaks

antocuni commits-noreply at bitbucket.org
Fri Apr 15 16:51:09 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r3519:2619562575c7
Date: 2011-04-15 16:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/2619562575c7/

Log:	small tweaks

diff --git a/talk/icooolps2011/paper.tex b/talk/icooolps2011/paper.tex
--- a/talk/icooolps2011/paper.tex
+++ b/talk/icooolps2011/paper.tex
@@ -213,7 +213,7 @@
 and less error prone than manually writing a JIT compiler.  Similarly, writing
 in a high level language such as RPython is easier than writing in C.
 
-We call the code that runs on top of an interpreter implemented with PyPy the
+We call the code that runs on top of a VM implemented with PyPy the
 \emph{user code} or \emph{user program}.
 
 %___________________________________________________________________________
@@ -385,7 +385,7 @@
 There is one kind of hint for both of these conditions.
 
 
-\subsection{Where Do All the Constants Come From}
+\subsection{Where Do All the Constants Come From?}
 
 It is worth clarifying what a ``constant'' is in this context.  A variable of
 the trace is said to be constant if its value is statically known by the
@@ -683,7 +683,7 @@
 
 In this section we describe how the simple object model from
 Section~\ref{sub:running} can be made efficient using the hints described in the
-previous the section. The object model there is typical for many current
+previous section. The object model there is typical for many current
 dynamic languages (such as Python, Ruby and JavaScript) as it relies heavily on
 hash-maps to implement its objects.
 

diff --git a/talk/icooolps2011/jit-hints.pdf b/talk/icooolps2011/jit-hints.pdf
index 295a4bb35ae37f83812c8d212381354e07d8d44d..81df7e949fcd805cf5223526d3df281863c5f517
GIT binary patch
[cut]


More information about the Pypy-commit mailing list