[pypy-commit] pypy default: Update.
arigo
noreply at buildbot.pypy.org
Thu Sep 1 14:03:21 CEST 2011
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r46978:da3d8c44a9c2
Date: 2011-09-01 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/da3d8c44a9c2/
Log: Update.
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -209,6 +209,8 @@
* Automatic unlimited stack (must be emulated__ so far)
+* Support for other CPUs than x86 and x86-64
+
.. __: `recursion depth limit`_
(*) Pickling, as well as changing threads, could be implemented by using
@@ -217,9 +219,8 @@
"hard" switch (like now) when the C stack contains non-trivial C frames
to save, and a "soft" switch (like previously) when it contains only
simple calls from Python to Python. Soft-switched continulets would
-also consume a bit less RAM, at the possible expense of making the
-switch a bit slower (unsure about that; what is the Stackless Python
-experience?).
+also consume a bit less RAM, and the switch might be a bit faster too
+(unsure about that; what is the Stackless Python experience?).
Recursion depth limit
More information about the pypy-commit
mailing list