[pypy-svn] r65701 - pypy/extradoc/talk/icooolps2009-dotnet

antocuni at codespeak.net antocuni at codespeak.net
Tue Jun 9 21:29:36 CEST 2009


Author: antocuni
Date: Tue Jun  9 21:29:33 2009
New Revision: 65701

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/cli-jit.pdf
   pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex
   pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
Log:
apply ACM categories, add copyright info and acknowledgements (mostly stolen
from cfbolz :-))



Modified: pypy/extradoc/talk/icooolps2009-dotnet/cli-jit.pdf
==============================================================================
Binary files. No diff available.

Modified: pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex	Tue Jun  9 21:29:33 2009
@@ -90,3 +90,12 @@
 \emph{invokedynamic}\footnote{\texttt{http://jcp.org/en/jsr/detail?id=292}} instruction and the \emph{tail call
   optimization} can probably be exploited by a potential JVM backend to
 generate even more efficient code.
+
+
+
+\section*{Acknowledgements}
+
+The authors would like to thank Carl Friedrich Bolz, Maciej Fijalkowski and
+the referees of ICOOOLPS'09 for helpful comments on earlier versions of this
+paper.
+

Modified: pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	Tue Jun  9 21:29:33 2009
@@ -72,8 +72,15 @@
 \alignauthor Armin Rigo\\
        \email{arigo at tunes.org}
 }
+\conferenceinfo{ICOOOLPS}{'09 Genova, Italy}
+\CopyrightYear{2009}
+\crdata{978-1-60558-541-3/09/07}
+
 \maketitle
 
+\category{D.3.4}{Programming Languages}{Processors}[code generation,
+incremental compilers, optimization, interpreters, run-time environments]
+
 \begin{abstract}
 The Common Language Infrastructure (CLI) is a virtual machine expressly
 designed for implementing statically typed languages such as C\#, therefore



More information about the Pypy-commit mailing list