Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r55853:b8d892c9fddd Date: 2012-06-26 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b8d892c9fddd/
Log: merge diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -87,14 +87,19 @@ $ cd pypy $ hg up reflex-support # optional $ cd pypy/translator/goal + + # This example shows python, but using pypy-c is faster and uses less memory $ python translate.py -O jit --gcrootfinder=shadowstack targetpypystandalone.py --withmod-cppyy This will build a ``pypy-c`` that includes the cppyy module, and through that, Reflex support. Of course, if you already have a pre-built version of the ``pypy`` interpreter, you can use that for the translation rather than ``python``. +If not, you may want `to obtain a binary distribution`_ to speed up the +translation step. .. _`PyPy sources`: https://bitbucket.org/pypy/pypy/overview +.. _`to obtain a binary distribution`: http://doc.pypy.org/en/latest/getting-started.html#download-a-pre-built-pypy Basic example _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit