Author: mattip <[email protected]> Branch: Changeset: r60345:bcf6320e7a59 Date: 2013-01-22 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/bcf6320e7a59/
Log: fix (bwesterb) diff --git a/pypy/doc/arm.rst b/pypy/doc/arm.rst --- a/pypy/doc/arm.rst +++ b/pypy/doc/arm.rst @@ -149,11 +149,11 @@ If everything worked correctly this should yield an ARM binary. Running this binary in the ARM chroot or on an ARM device should produce the output ``"Hello World"``. -To translate the full python pypy interpreter, you can cd into pypy/goal and call +To translate the full python pypy interpreter with a jit, you can cd into pypy/goal and call :: - pypy <path to rpython>/rpython/translator/goal/translate.py -O1 --platform=arm --gcrootfinder=shadowstack --jit-backend=arm targetpypystandalone.py + pypy <path to rpython>/rpython/translator/goal/translate.py -Ojit --platform=arm --gcrootfinder=shadowstack --jit-backend=arm targetpypystandalone.py The gcrootfinder option is needed to work around `issue 1377`_ and the jit-backend works around `issue 1376`_ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
