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

arigo at codespeak.net arigo at codespeak.net
Tue Jul 24 17:12:30 CEST 2007


Author: arigo
Date: Tue Jul 24 17:12:29 2007
New Revision: 45304

Modified:
   pypy/extradoc/talk/dyla2007/talk.tex
Log:
Typoish changes.


Modified: pypy/extradoc/talk/dyla2007/talk.tex
==============================================================================
--- pypy/extradoc/talk/dyla2007/talk.tex	(original)
+++ pypy/extradoc/talk/dyla2007/talk.tex	Tue Jul 24 17:12:29 2007
@@ -126,8 +126,8 @@
   \frametitle{Compilers are a bad encoding of Semantics}
   \begin{itemize}
   \item to reach good performance levels, dynamic compilation is often needed
-  \item a dynamic compiler needs to encoding language semantics
-  \item this encoding is often relatively obscure and hard to change
+  \item a dynamic compiler needs to encode language semantics
+  \item this encoding is often obscure and hard to change
   \end{itemize}
   \pause
   \begin{block}{
@@ -146,7 +146,7 @@
 \begin{frame}
   \frametitle{Fixing of Early Design Decisions}
   \begin{itemize}
-  \item when starting a VM in C, many decisions need to be made immediately
+  \item when starting a VM in C, many design decisions need to be made upfront
   \item examples: memory management technique, threading model
   \item the decision is manifested throughout the VM source
   \item very hard to change later



More information about the Pypy-commit mailing list