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

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Dec 19 16:13:10 CET 2008


Author: cfbolz
Date: Fri Dec 19 16:13:10 2008
New Revision: 60598

Modified:
   pypy/extradoc/talk/ecoop2009/jitgen.tex
Log:
add note to not forget


Modified: pypy/extradoc/talk/ecoop2009/jitgen.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/jitgen.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/jitgen.tex	Fri Dec 19 16:13:10 2008
@@ -238,6 +238,7 @@
 it prevents under-specialization: an unsatisfiable \texttt{hint(v1,
 concrete=True)} is reported as an error.
 
+XXX move this to the promotion section
 Promotion is invoked with the use of a hint as well:
 \texttt{v2 = hint(v1, promote=True)}.
 This hint is a \emph{local} request for \texttt{v2} to be green, without



More information about the Pypy-commit mailing list