[pypy-svn] r45310 - pypy/extradoc/talk/dyla2007

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Jul 24 19:09:00 CEST 2007


Author: cfbolz
Date: Tue Jul 24 19:08:58 2007
New Revision: 45310

Modified:
   pypy/extradoc/talk/dyla2007/talk.tex
Log:
use "general-purpose OO VM" a few times


Modified: pypy/extradoc/talk/dyla2007/talk.tex
==============================================================================
--- pypy/extradoc/talk/dyla2007/talk.tex	(original)
+++ pypy/extradoc/talk/dyla2007/talk.tex	Tue Jul 24 19:08:58 2007
@@ -189,13 +189,11 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{Implementing Languages on Top of OO VMs}
+  \frametitle{Implementing Languages on Top of General-Purpose OO VMs}
   \begin{itemize}
   \item
-    users wish to have easy interoperation with the OO VMs used by the industry
-    (JVM, CLR)
-  \item
-    bridges don't work that well (XXX maybe skip this)
+    users wish to have easy interoperation with the general-purpose OO VMs used
+    by the industry (JVM, CLR)
   \item
     therefore re-implementations of the language on the OO VMs are started
   \item



More information about the Pypy-commit mailing list