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

antocuni at codespeak.net antocuni at codespeak.net
Mon Apr 6 14:55:03 CEST 2009


Author: antocuni
Date: Mon Apr  6 14:55:02 2009
New Revision: 63718

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
Log:
remove the fixed XXX


Modified: pypy/extradoc/talk/icooolps2009-dotnet/paper.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/paper.tex	Mon Apr  6 14:55:02 2009
@@ -79,10 +79,6 @@
 designed for implementing statically typed languages as C\#, therefore
 programs written in dynamically typed languages are typically much slower than C\# when executed on .NET.
 
-\anto{XXX: should we cite the DLR? How to prove that DLR programs are much
-  slower than C\#?}
-\davide{We can try writing something in the conclusion}
-
 Recent developments show that \emph{Just In Time} (JIT) compilers can exploit runtime type
 information to generate quite efficient code.  Unfortunately, writing a JIT
 compiler is far from being simple.  



More information about the Pypy-commit mailing list