Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r336:9b03eb857c1d Date: 2012-03-04 20:10 +0100 http://bitbucket.org/pypy/pypy.org/changeset/9b03eb857c1d/
Log: A minor comment. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -89,7 +89,8 @@ <li>The most up-to-date <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly build</a> with a JIT, if the official release is too old for what you want to do.</li> <li>No JIT: A version without the JIT. Consumes a bit less memory -and may be faster on short-running scripts.</li> +and may be faster on short-running scripts. (Note that a similar +effect can be obtained by running <tt class="docutils literal">pypy <span class="pre">--jit</span> off</tt>.)</li> <li>Sandboxing: A special safe version. Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>. (It is also possible to <a class="reference internal" href="#translate">translate</a> a version that includes both sandboxing and the JIT compiler, although as the JIT is relatively diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -68,7 +68,8 @@ release is too old for what you want to do. * No JIT: A version without the JIT. Consumes a bit less memory - and may be faster on short-running scripts. + and may be faster on short-running scripts. (Note that a similar + effect can be obtained by running ``pypy --jit off``.) * Sandboxing: A special safe version. Read the docs about sandboxing_. (It is also possible to translate_ a version that includes both _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
