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

Log:    Oups, not SpiderMonkey

diff --git a/talk/googlezurich2012/abstract.rst 
b/talk/googlezurich2012/abstract.rst
--- a/talk/googlezurich2012/abstract.rst
+++ b/talk/googlezurich2012/abstract.rst
@@ -12,7 +12,7 @@
 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
-SpiderMonkey.
+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