Author: Antonio Cuni <anto.c...@gmail.com> Branch: Changeset: r44734:5ba4ba85a99b Date: 2011-06-06 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/5ba4ba85a99b/
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 @@ -43,8 +43,8 @@ - for each source code line, it shows the corresponding Python bytecode - for each opcode, it shows the corresponding jit operations, which are the - ones actually sent to the backend for compiling (such as "i15 = i10 < - 2000" in the example) + ones actually sent to the backend for compiling (such as ``i15 = i10 < + 2000`` in the example) .. image:: image/jitviewer.png _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit