diff --git a/download.html b/download.html index 62f26ca8eb05b6aa3c04c09ecd509fdac8c6a5b3_ZG93bmxvYWQuaHRtbA==..ba6be317c363774d021ebb10a51bf31bde436304_ZG93bmxvYWQuaHRtbA== 100644 --- a/download.html +++ b/download.html @@ -65,7 +65,8 @@ <span id="default-with-a-jit-compiler"></span><h1>“JIT Compiler” version</h1> <p>These binaries include a Just-in-Time compiler. They only work on x86 CPUs that have the <a class="reference external" href="http://en.wikipedia.org/wiki/SSE2">SSE2</a> instruction set (most of -them do, nowadays), or on x86-64 CPUs. +them do, nowadays), or on x86-64 CPUs. They also contain <a class="reference external" href="http://www.stackless.com/">stackless</a> +extensions, like <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>. (This is the official release 1.7; for the most up-to-date version see below.)</p> <ul class="simple"> @@ -84,8 +85,6 @@ 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> -<li>Stackless: Provides <a class="reference external" href="http://www.stackless.com/">Stackless</a> extensions, as well as <a class="reference external" href="http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt">greenlets</a>. -It is not possible right now to combine Stackless features with the JIT.</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 @@ -134,7 +133,6 @@ pypy translate.py -Ojit # get the JIT version pypy translate.py -O2 # get the no-jit version pypy translate.py -O2 --sandbox # get the sandbox version -pypy translate.py -O2 --stackless # get the stackless version pypy translate.py -Ojit --backend=cli # only for branch/cli-jit </pre> </li> diff --git a/source/download.txt b/source/download.txt index 62f26ca8eb05b6aa3c04c09ecd509fdac8c6a5b3_c291cmNlL2Rvd25sb2FkLnR4dA==..ba6be317c363774d021ebb10a51bf31bde436304_c291cmNlL2Rvd25sb2FkLnR4dA== 100644 --- a/source/download.txt +++ b/source/download.txt @@ -34,7 +34,8 @@ These binaries include a Just-in-Time compiler. They only work on x86 CPUs that have the SSE2_ instruction set (most of -them do, nowadays), or on x86-64 CPUs. +them do, nowadays), or on x86-64 CPUs. They also contain `stackless`_ +extensions, like `greenlets`_. (This is the official release 1.7; for the most up-to-date version see below.) @@ -65,9 +66,6 @@ * No JIT: A version without the JIT. Consumes a bit less memory and may be faster on short-running scripts. -* Stackless: Provides Stackless_ extensions, as well as greenlets_. - It is not possible right now to combine Stackless features with the JIT. - * Sandboxing: A special safe version. Read the docs about sandboxing_. (It is also possible to translate_ a version that includes both sandboxing and the JIT compiler, although as the JIT is relatively @@ -126,7 +124,6 @@ pypy translate.py -Ojit # get the JIT version pypy translate.py -O2 # get the no-jit version pypy translate.py -O2 --sandbox # get the sandbox version - pypy translate.py -O2 --stackless # get the stackless version pypy translate.py -Ojit --backend=cli # only for branch/cli-jit 5. Enjoy Mandelbrot ``:-)`` It takes on the order of half an hour to