[pypy-commit] extradoc extradoc: typo

bivab noreply at buildbot.pypy.org
Tue Jul 31 11:56:37 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4396:2f664ce5ad07
Date: 2012-07-30 15:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/2f664ce5ad07/

Log:	typo

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -586,7 +586,7 @@
 In~\cite{Gal:2006} Gal et. al describe that in the HotpathVM they experimented
 with having one generic compensation code block, like the RPython JIT, that
 uses a register variable mapping to restore the interpreter state. Later this
-was replaced by generting compensation code for each guard which produced a
+was replaced by generating compensation code for each guard which produced a
 lower overhead in their benchmarks. HotpathVM also records secondary traces
 starting from failing guards that are connected directly to the original trace.
 Secondary traces are compiled by first restoring the register allocator state to


More information about the pypy-commit mailing list