Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r3819:efdf40cf1518
Date: 2011-07-02 13:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/efdf40cf1518/

Log:    remove this slide, too confusing

diff --git a/talk/ctpug2011/talk.rst b/talk/ctpug2011/talk.rst
--- a/talk/ctpug2011/talk.rst
+++ b/talk/ctpug2011/talk.rst
@@ -148,23 +148,6 @@
 
 * if guard fails often enough, start tracing from the failure
 
-Meta-Tracing in PyPy
---------------------
-
-* The explanation above assumes a tracing JIT for the full Python
-  language
-
-* Would need to be maintained whenever we change the Python version we
-  support
-
-* Instead, we have a "meta-tracing JIT"
-
-* A very important point for us since we don't have a huge team
-  to implement all Python semantics for the JIT
-
-* We trace the python interpreter's main loop (running N times) interpreting
-  a python loop (running once)
-
 
 PYPYLOG
 --------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to