[pypy-commit] pypy.org extradoc: update info about stackless

fijal noreply at buildbot.pypy.org
Thu Feb 28 19:03:12 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r377:e762a2552cb6
Date: 2013-02-28 20:02 +0200
http://bitbucket.org/pypy/pypy.org/changeset/e762a2552cb6/

Log:	update info about stackless

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -90,7 +90,9 @@
 <p>Support for <a class="reference external" href="http://www.stackless.com/">Stackless</a> and greenlets are now integrated in the normal
 PyPy.  More detailed information is available <a class="reference external" href="http://doc.pypy.org/en/latest/stackless.html">here</a>.</p>
 <p>Note that there is still an important performance hit for programs using
-Stackless features.</p>
+Stackless features. Also, as of 2.0 beta 1 (and any previous version),
+there are known crashes of stackless features. We're working on improving
+the situation for 2.0 final and enabling the JIT.</p>
 </div>
 <div class="section" id="other-features">
 <h1>Other features</h1>
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -75,7 +75,9 @@
 PyPy.  More detailed information is available here__.
 
 Note that there is still an important performance hit for programs using
-Stackless features.
+Stackless features. Also, as of 2.0 beta 1 (and any previous version),
+there are known crashes of stackless features. We're working on improving
+the situation for 2.0 final and enabling the JIT.
 
 .. _Stackless: http://www.stackless.com/
 .. __: http://doc.pypy.org/en/latest/stackless.html


More information about the pypy-commit mailing list