[pypy-svn] r60658 - pypy/extradoc/talk/ecoop2009

antocuni at codespeak.net antocuni at codespeak.net
Sat Dec 20 19:41:21 CET 2008


Author: antocuni
Date: Sat Dec 20 19:41:21 2008
New Revision: 60658

Modified:
   pypy/extradoc/talk/ecoop2009/jitgen.tex
Log:
fix one of the last XXXs



Modified: pypy/extradoc/talk/ecoop2009/jitgen.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/jitgen.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/jitgen.tex	Sat Dec 20 19:41:21 2008
@@ -221,5 +221,8 @@
 it prevents under-specialization: an unsatisfiable \texttt{hint(v1,
 concrete=True)} is reported as an error.
 
-\anto{maybe we should at least mention promotion, and refer to the proper
-  section for details?}
+There are cases in which having a green variable is essential for generating
+good code, but it is not possible to use the \texttt{concrete} due to an
+unsatisfiable dependency: Section~\ref{sec:promotion} introduces
+\emph{promotion}, the novel technique that makes possible to solve this
+problem.



More information about the Pypy-commit mailing list