[pypy-commit] pypy default: Mention recursion detection

arigo noreply at buildbot.pypy.org
Tue Mar 24 20:53:25 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76544:a450cfab98bf
Date: 2015-03-24 20:52 +0100
http://bitbucket.org/pypy/pypy/changeset/a450cfab98bf/

Log:	Mention recursion detection

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -147,6 +147,9 @@
   crash on an assertion error because of a non-implemented overflow of
   an internal 28-bit counter.
 
+* The recursion detection code was not reimplemented.  Infinite
+  recursion just segfaults for now.
+
 
 .. _`report any crash`: https://bitbucket.org/pypy/pypy/issues?status=new&status=open
 .. __: https://bitbucket.org/pypy/pypy/raw/stmgc-c7/rpython/translator/stm/src_stm/stm/core.h


More information about the pypy-commit mailing list