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

antocuni at codespeak.net antocuni at codespeak.net
Sun Dec 21 11:33:43 CET 2008


Author: antocuni
Date: Sun Dec 21 11:33:43 2008
New Revision: 60674

Modified:
   pypy/extradoc/talk/ecoop2009/abstract.tex
Log:
revert previous revision



Modified: pypy/extradoc/talk/ecoop2009/abstract.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/abstract.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/abstract.tex	Sun Dec 21 11:33:43 2008
@@ -1,6 +1,7 @@
 \begin{abstract}
-Implementing dynamically typed languages in an efficient way is a hard task.
-Recent developments show that JIT compilers 
+Writing an optimizing static compiler for dynamic languages is not an
+easy task, since quite complex static analysis is required.
+On the other hand, recent developments show that 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