[pypy-svn] r53617 - pypy/extradoc/talk/rupy2008

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Apr 9 16:32:27 CEST 2008


Author: cfbolz
Date: Wed Apr  9 16:32:26 2008
New Revision: 53617

Modified:
   pypy/extradoc/talk/rupy2008/talk.tex
Log:
mention anto, more advantages


Modified: pypy/extradoc/talk/rupy2008/talk.tex
==============================================================================
--- pypy/extradoc/talk/rupy2008/talk.tex	(original)
+++ pypy/extradoc/talk/rupy2008/talk.tex	Wed Apr  9 16:32:26 2008
@@ -238,7 +238,8 @@
   \item You only need to do it once
   \item the effort of writing a JIT generator is independent of the size of the language
   \item can keep up with language evolution
-  \item XXX
+  \item retargetting the JIT is possible (e.g. to .NET, as Antonio Cuni is doing right now)
+  \item make the JIT behave radically different is much easier with a generator
   \item it's fun too
   \end{itemize}
 \end{frame}



More information about the Pypy-commit mailing list