[pypy-svn] r63828 - pypy/extradoc/talk/icooolps2009

antocuni at codespeak.net antocuni at codespeak.net
Wed Apr 8 14:47:47 CEST 2009


Author: antocuni
Date: Wed Apr  8 14:47:47 2009
New Revision: 63828

Modified:
   pypy/extradoc/talk/icooolps2009/paper.tex
Log:
fix supposed holgerism


Modified: pypy/extradoc/talk/icooolps2009/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009/paper.tex	Wed Apr  8 14:47:47 2009
@@ -258,7 +258,7 @@
 only the operations needed.  Being sequential, the trace represents only one
 of the many possible paths through the code. To ensure correctness, the trace
 contains a \emph{guard} at every possible point where the path could have
-followed another direction, for example conditions or indirect/virtual
+followed another direction, for example conditions and indirect or virtual
 calls.  When generating the machine code, every guard is turned into a quick check
 to guarantee that the path we are executing is still valid.  If a guard fails,
 we immediately quit the machine code and continue the execution by falling



More information about the Pypy-commit mailing list