Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r296:ab85b0339954
Date: 2011-12-02 10:50 +0100
http://bitbucket.org/pypy/pypy.org/changeset/ab85b0339954/
Log: kill reference to --stackless (thanks Fluxid)
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -134,7 +134,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
--- a/source/download.txt
+++ b/source/download.txt
@@ -126,7 +126,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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit