[pypy-svn] r79197 - pypy/extradoc/talk/pepm2011

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Nov 17 15:53:36 CET 2010


Author: cfbolz
Date: Wed Nov 17 15:53:35 2010
New Revision: 79197

Modified:
   pypy/extradoc/talk/pepm2011/paper.tex
Log:
more comments


Modified: pypy/extradoc/talk/pepm2011/paper.tex
==============================================================================
--- pypy/extradoc/talk/pepm2011/paper.tex	(original)
+++ pypy/extradoc/talk/pepm2011/paper.tex	Wed Nov 17 15:53:35 2010
@@ -1017,7 +1017,7 @@
 
 To evaluate our allocation removal algorithm, we look at the effectiveness when
 used in the generated tracing JIT of PyPy's Python interpreter. This interpreter
-is a full implementation of Python 2.5 language semantics and is about 30'000
+is a full implementation of Python 2.5 language semantics and is about 30,000
 lines of RPython code.
 
 The
@@ -1217,6 +1217,9 @@
   deforestation (by Philip Wadler) and "short cut
   deforestation" by Andrew Gill, John Launchbury, and Simon L 
   Peyton Jones}
+\revb{cite and relate to: boxing analysis,
+soft typing, dynamic typing, etc (by various authors: Henglein, Cartright, Felleisen,
+Leroy)}
 
 %xxx:
 %partially static data structures: kenichi asai's thesis?



More information about the Pypy-commit mailing list