Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r628:abebd3cb49e8 Date: 2015-08-01 22:38 +0200 http://bitbucket.org/pypy/pypy.org/changeset/abebd3cb49e8/
Log: "For a small performance price" -> "For some performance price" diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -295,7 +295,7 @@ fancy options. It does not work e.g. with clang, or if you pass uncommon options with the <tt class="docutils literal">CFLAGS</tt> environment variable. If you insist on passing these options or using clang, then you can compile PyPy with -the <a class="reference external" href="http://pypy.readthedocs.org/en/latest/config/translation.gcrootfinder.html">shadow stack</a> option instead (for a small performance price in +the <a class="reference external" href="http://pypy.readthedocs.org/en/latest/config/translation.gcrootfinder.html">shadow stack</a> option instead (for some performance price in non-JITted code).</p> </li> <li><p class="first">Like other JITs, PyPy doesn't work out of the box on some Linux diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -308,7 +308,7 @@ fancy options. It does not work e.g. with clang, or if you pass uncommon options with the ``CFLAGS`` environment variable. If you insist on passing these options or using clang, then you can compile PyPy with - the `shadow stack`_ option instead (for a small performance price in + the `shadow stack`_ option instead (for some performance price in non-JITted code). * Like other JITs, PyPy doesn't work out of the box on some Linux _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
