Author: Armin Rigo <[email protected]> Branch: Changeset: r82792:472c371018f4 Date: 2016-03-05 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/472c371018f4/
Log: Actually, this link should go away nowadays diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst +++ b/rpython/doc/translation.rst @@ -33,7 +33,7 @@ The RPython translation toolchain never sees Python source code or syntax trees, but rather starts with the *code objects* that define the behaviour of the function objects one gives it as input. The -`bytecode evaluator`_ and the :ref:`flow graph builder<flow-graphs>` work through these +:ref:`flow graph builder<flow-graphs>` works through these code objects using `abstract interpretation`_ to produce a control flow graph (one per function): yet another representation of the source program, but one which is suitable for applying type inference @@ -85,7 +85,6 @@ .. _PDF color version: _static/translation.pdf -.. _bytecode evaluator: http://pypy.readthedocs.org/en/latest/interpreter.html .. _abstract interpretation: http://en.wikipedia.org/wiki/Abstract_interpretation _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
