[pypy-svn] r77433 - pypy/extradoc/talk/pepm2011

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Sep 28 12:02:35 CEST 2010


Author: cfbolz
Date: Tue Sep 28 12:02:33 2010
New Revision: 77433

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
cite psyco


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Tue Sep 28 12:02:33 2010
@@ -144,7 +144,7 @@
 and type dispatching. To understand the problem more closely, we analyze the
 occurring object lifetimes in Section~\ref{sec:lifetimes}. The most important
 technique to achieve this is a form of escape analysis \cite{XXX} that we call
-\emph{virtual objects},\footnote{The terminology comes from \cite{Psyco}}
+\emph{virtual objects}\footnote{The terminology comes from \cite{rigo_representation-based_2004}},
 which is described in Section~\ref{sec:virtuals}. The
 goal of virtual objects is to remove allocations of temporary objects that have
 a predictable lifetime and to optimize type dispatching in the process.



More information about the Pypy-commit mailing list