Author: Maciej Fijalkowski <[email protected]> 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`: ... _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
