[pypy-commit] pypy default: add a jitviewer paragraph

fijal noreply at buildbot.pypy.org
Sat Jun 4 09:50:38 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44687:ae33c95bf5cf
Date: 2011-06-04 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/ae33c95bf5cf/

Log:	add a jitviewer paragraph

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
@@ -28,7 +28,9 @@
 JIT tooling
 -----------
 
-xxx
+Analyzing performance of applications is always tricky. We have various
+tools, for example a `jitviewer`_ that help us analyze performance.
+Improvements to existing tools as well as new tools would be of great help.
 
 Work on some of other languages
 -------------------------------
@@ -47,3 +49,4 @@
 
 .. _`issue tracker`: ...
 .. _`mailing list`: ...
+.. _`jitvirwer`: ...


More information about the pypy-commit mailing list