Author: Manuel Jacob
Branch: improve-docs
Changeset: r72581:8dcbeb5dabed
Date: 2014-07-27 23:11 +0200
http://bitbucket.org/pypy/pypy/changeset/8dcbeb5dabed/
Log: Remove two sections:
1. The section about other backends. Currently there's only the C
backend. 2. The section about external function calls doesn't make
sense here.
diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst
--- a/rpython/doc/translation.rst
+++ b/rpython/doc/translation.rst
@@ -597,9 +597,7 @@
:source:`rpython/translator/c/`
-GenC is usually the most actively maintained backend -- everyone working on
-PyPy has a C compiler, for one thing -- and is usually where new features are
-implemented first.
+This is currently the sole code generation backend.
A Historical Note
@@ -615,20 +613,6 @@
separately has become clear.
-Other backends
---------------
-
-Use the :config:`translation.backend` option to choose which backend to use.
-
-
-.. _extfunccalls:
-
-External Function Calls
------------------------
-
-The external function call approach is described in :doc:`rffi <rffi>`
documentation.
-
-
How It Fits Together
--------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit