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

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


Author: antocuni
Date: Sun Dec 21 11:29:43 2008
New Revision: 60673

Modified:
   pypy/extradoc/talk/ecoop2009/abstract.tex
Log:
change a bit the abstract



Modified: pypy/extradoc/talk/ecoop2009/abstract.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/abstract.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/abstract.tex	Sun Dec 21 11:29:43 2008
@@ -1,7 +1,6 @@
 \begin{abstract}
-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 
+Implementing dynamically typed languages in an efficient way is a hard task.
+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