[pypy-commit] pypy default: merge heads

arigo noreply at buildbot.pypy.org
Fri Aug 12 11:08:28 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r46459:4ba3c4e369d4
Date: 2011-08-12 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/4ba3c4e369d4/

Log:	merge heads

diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-ideas.rst
@@ -48,12 +48,6 @@
 
 .. image:: image/jitviewer.png
 
-We would like to add one level to this hierarchy, by showing the generated
-machine code for each jit operation.  The necessary information is already in
-the log file produced by the JIT, so it is "only" a matter of teaching the
-jitviewer to display it.  Ideally, the machine code should be hidden by
-default and viewable on request.
-
 The jitviewer is a web application based on flask and jinja2 (and jQuery on
 the client): if you have great web developing skills and want to help PyPy,
 this is an ideal task to get started, because it does not require any deep


More information about the pypy-commit mailing list