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

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jul 28 12:20:46 CEST 2007


Author: cfbolz
Date: Sat Jul 28 12:20:46 2007
New Revision: 45423

Modified:
   pypy/extradoc/talk/dyla2007/talk.tex
Log:
typos


Modified: pypy/extradoc/talk/dyla2007/talk.tex
==============================================================================
--- pypy/extradoc/talk/dyla2007/talk.tex	(original)
+++ pypy/extradoc/talk/dyla2007/talk.tex	Sat Jul 28 12:20:46 2007
@@ -189,7 +189,7 @@
     restrictions of the original implementation lead to re-implementations,
     forks
   \item
-    all implementations need to be syncronized with language evolution
+    all implementations need to be synchronized with language evolution
   \item
     lots of duplicate effort
   \end{itemize}
@@ -443,13 +443,13 @@
     writing the translation toolchain in the first place takes lots of effort
     (but it can be reused)
   \item
-    writing a good GC is still necessary. but: maybe we can reuse existing good
+    writing a good GC is still necessary. But: maybe we can reuse existing good
     GCs (e.g.\ from the Jikes RVM)?
   \item
     conceptually simple approach but many abstraction layers
   \item
     dynamic compiler generation seems to work, but needs more efforts.
-    also: can we layer it on top of the JIT of a general purpose OO VM?
+    Also: can we layer it on top of the JIT of a general purpose OO VM?
   \end{itemize}
 \end{frame}
 



More information about the Pypy-commit mailing list