Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r4750:a852dc828557
Date: 2012-09-06 12:55 +0200
http://bitbucket.org/pypy/extradoc/changeset/a852dc828557/

Log:    Fix this part according to IRC discussions with fijal

diff --git a/talk/googlezurich2012/abstract.rst 
b/talk/googlezurich2012/abstract.rst
--- a/talk/googlezurich2012/abstract.rst
+++ b/talk/googlezurich2012/abstract.rst
@@ -10,9 +10,9 @@
 
 The speed comes from a custom Just-in-Time compiler (JIT).  It is the
 first Virtual Machine to have a JIT generated automatically from the
-interpreter of the language, which makes it correct and complete by
-construction.  The JIT itself is a tracing JIT, roughly similar to
-TraceMonkey.
+interpreter of the language, for a complicated language like Python.  It
+makes it correct and complete by construction.  The JIT itself is a
+tracing JIT, roughly similar to TraceMonkey.
 
 * most Python benchmarks run much faster than with CPython or Psyco
 * the real-world PyPy compiler toolchain itself (200 KLocs) runs twice as fast
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to