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

antocuni at codespeak.net antocuni at codespeak.net
Mon Apr 6 17:38:56 CEST 2009


Author: antocuni
Date: Mon Apr  6 17:38:56 2009
New Revision: 63728

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/benchmarks.tex
   pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex
Log:
move the benchmarks to my home dir on codespeak, and add a link to jsr-292


Modified: pypy/extradoc/talk/icooolps2009-dotnet/benchmarks.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/benchmarks.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/benchmarks.tex	Mon Apr  6 17:38:56 2009
@@ -54,7 +54,7 @@
 equivalent program written in C\#.\footnote{The sources for both TLC and C\#
   programs are available at:
 
-  http://codespeak.net/svn/pypy/extradoc/talk/ecoop2009/benchmarks/}
+  \texttt{http://codespeak.net/~antocuni/tlc-benchmarks/}}
 
 The benchmarks have been run on a machine with an Intel Pentium 4 CPU running at
 3.20 GHz and 2 GB of RAM, running Microsoft Windows XP and Microsoft .NET

Modified: pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/conclusion.tex	Mon Apr  6 17:38:56 2009
@@ -82,6 +82,6 @@
   Project} \footnote{\texttt{http://openjdk.java.net/projects/mlvm/}} is exploring and
 implementing new features to ease the implementation of dynamic languages on
 top of the JVM: some of these features, such as the new
-\emph{invokedynamic}\footnote{XXX} instruction and the \emph{tail call
+\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.



More information about the Pypy-commit mailing list