Author: Armin Rigo <[email protected]> Branch: Changeset: r47006:b8398cc6c1c0 Date: 2011-09-02 08:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b8398cc6c1c0/
Log: Add a paragraph. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -331,6 +331,11 @@ should really look at alternatives, like writing it in pure Python, using ctypes if it needs to call C code. +In this context it is not that important to be able to translate +RPython modules independently of translating the complete interpreter. +(It could be done given enough efforts, but it's a really serious +undertaking. Consider it as quite unlikely for now.) + ---------------------------------------------------------- Why does PyPy draw a Mandelbrot fractal while translating? ---------------------------------------------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
