Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: Changeset: r46984:1b70e84ac93b Date: 2011-09-01 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/1b70e84ac93b/
Log: merge default 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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit