[pypy-svn] r43835 - pypy/extradoc/talk/dls2007

arigo at codespeak.net arigo at codespeak.net
Tue May 29 09:40:37 CEST 2007


Author: arigo
Date: Tue May 29 09:40:36 2007
New Revision: 43835

Added:
   pypy/extradoc/talk/dls2007/Makefile   (contents, props changed)
Modified:
   pypy/extradoc/talk/dls2007/paper.tex
Log:
More details.


Added: pypy/extradoc/talk/dls2007/Makefile
==============================================================================
--- (empty file)
+++ pypy/extradoc/talk/dls2007/Makefile	Tue May 29 09:40:36 2007
@@ -0,0 +1,9 @@
+
+paper.pdf: paper.tex #paper.bib image/*.pdf
+	#pdflatex paper
+	#bibtex paper
+	pdflatex paper
+	pdflatex paper
+
+view: paper.pdf
+	xpdf $< &

Modified: pypy/extradoc/talk/dls2007/paper.tex
==============================================================================
--- pypy/extradoc/talk/dls2007/paper.tex	(original)
+++ pypy/extradoc/talk/dls2007/paper.tex	Tue May 29 09:40:36 2007
@@ -2,7 +2,7 @@
 
 \begin{document}
 
-\title{Generating Just-In-Time Specializing Compilers}
+\title{Get Your Own Just-In-Time Specializing Compiler For Free}
 
 \numberofauthors{2}
 \author{
@@ -40,6 +40,8 @@
 run-time values to compile-time is used to that effect.  In this report,
 we describe it along with other novel techniques that allow the approach
 to scale to something as large as PyPy's Python interpreter.
+\footnote{This research was partially supported by the EU funded
+ project: IST 004779 PyPy (PyPy: Implementing Python in Python).}
 \end{abstract}
 
 \section{Introduction}
@@ -929,17 +931,6 @@
 an Intel-based Mac OS/X machine we have measured this ratio to be as low
 as 1.15x.
 
-.. comment
-
-    python 2.4:                     0.82
-    pypy-c-42412-allworking-tproxy: 1.90392203331
-    pypy-c-41802-faassen:           1.60267777443
-    pypy-c-41992-jit, turned off:   1.76742062569
-    pypy-c-41992-jit:               0.00912307977676   <===
-    psyco 1.5.2:                    0.00621596813202
-    gcc -O0:                        0.0061992
-    gcc -O2:                        0.0021689
-
 
 \section{Conclusion}
 
@@ -1012,4 +1003,9 @@
 %           conference on Object-oriented programming languages, systems, and
 %           applications, pp. 944-953, ACM Press, 2006
 
+\bigskip
+
+\bibliographystyle{abbrv}
+\bibliography{paper}
+
 \end{document}



More information about the Pypy-commit mailing list