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

antocuni at codespeak.net antocuni at codespeak.net
Sat Dec 20 13:01:10 CET 2008


Author: antocuni
Date: Sat Dec 20 13:01:09 2008
New Revision: 60636

Modified:
   pypy/extradoc/talk/ecoop2009/jitgen.tex
   pypy/extradoc/talk/ecoop2009/main.tex
Log:
make sources a bit smaller, and comment out a big image which is not referenced by the text



Modified: pypy/extradoc/talk/ecoop2009/jitgen.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/jitgen.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/jitgen.tex	Sat Dec 20 13:01:09 2008
@@ -3,6 +3,7 @@
 Traditional JIT compilers are hard to write, time consuming, hard to evolve,
 etc. etc.
 
+\commentout{
 \begin{figure}[h]
 \begin{center}
 \includegraphics[width=.6\textwidth]{diagram1}
@@ -10,6 +11,7 @@
   language $L$ with JIT compilation for the .NET platform}
 \end{center}
 \end{figure}
+}
 
 The JIT generation framework uses partial evaluation techniques to generate a
 dynamic compiler from an interpreter; the idea is inspired by Psyco \cite{DBLP:conf/pepm/Rigo04}, which

Modified: pypy/extradoc/talk/ecoop2009/main.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/main.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/main.tex	Sat Dec 20 13:01:09 2008
@@ -23,9 +23,9 @@
 
 %\lstset{mathescape=true,language=Java,basicstyle=\tt,keywordstyle=\bf}
 \lstset{language=Python,
-        basicstyle=\footnotesize\ttfamily,
+        basicstyle=\scriptsize\ttfamily,
         keywordstyle=\color{blue}, % I couldn't find a way to make chars both bold and tt
-        frame=lines,
+        frame=none,
         stringstyle=\color{blue},
         fancyvrb=true,
         xleftmargin=20pt,xrightmargin=20pt,



More information about the Pypy-commit mailing list