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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 18 13:43:46 CET 2010


Author: cfbolz
Date: Thu Nov 18 13:43:44 2010
New Revision: 79241

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
next review comment


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Thu Nov 18 13:43:44 2010
@@ -296,7 +296,7 @@
 on. These guards are the only mechanism to stop the execution of a trace, the
 loop end condition also takes the form of a guard.
 
-If one specific guard fails often enough\reva{when is that?}, the tracing JIT will generate a new
+If one specific guard fails a lot (\ie more than some threshold), the tracing JIT will generate a new
 trace that starts exactly at the position of the failing guard
 \cite{andreas_gal_incremental_2006}. The existing assembler is patched to jump
 to the new trace when the guard fails.  This approach guarantees that all the



More information about the Pypy-commit mailing list