Author: Maciej Fijalkowski <[email protected]>
Branch: extradoc
Changeset: r3666:5f8d61e3e60e
Date: 2011-06-13 14:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/5f8d61e3e60e/
Log: typo
diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/paper.tex
@@ -535,7 +535,7 @@
\subsection{Allocation Removals}
By using escape analysis it is possible to identify objects that are
-allocated within the loop but never escapes it. That is the object are
+allocated within the loop but never escape it. That is the object are
short lived and no references to them exists outside the loop. This
is performed by processing the operation from top to bottom and
optimistically removing every \lstinline{new} operation. Later on if
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit