Author: Armin Rigo <[email protected]> Branch: Changeset: r65244:84f919da866d Date: 2013-07-06 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/84f919da866d/
Log: Move the new paragraphs diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -332,6 +332,13 @@ your code in RPython, it might not give you any speed improvements even if you manage to. +Yes, it is possible with enough effort to compile small self-contained +pieces of RPython code doing a few performance-sensitive things. But +this case is not interesting for us. If you needed to rewrite the code +in RPython, you could as well have rewritten it in C or C++ or Java for +example. These are much more supported, much more documented languages +`:-)` + *The above paragraphs are not the whole truth. It* is *true that there are cases where writing a program as RPython gives you substantially better speed than running it on top of PyPy. However, the attitude of @@ -355,13 +362,6 @@ also means that you must let us choose* not *to go into that direction ourselves.* -Yes, it is possible with enough effort to compile small self-contained -pieces of RPython code doing a few performance-sensitive things. But -this case is not interesting for us. If you needed to rewrite the code -in RPython, you could as well have rewritten it in C or C++ or Java for -example. These are much more supported, much more documented languages -`:-)` - --------------------------------------------------- Which backends are there for the RPython toolchain? --------------------------------------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
