Author: Armin Rigo <[email protected]> Branch: stmgc-c7 Changeset: r70262:920ba881c387 Date: 2014-03-24 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/920ba881c387/
Log: Add a bug (I think) diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -58,6 +58,14 @@ ------------------------------------------------------------ +**BUG** assembler.py: _call_footer(): we need to set the gcmap to +something around the call to _stm_become_inevitable()! Or else it +doesn't work and we need to call a different version of +_stm_become_inevitable() that will never attempt to pause or mark a +safe-point + +------------------------------------------------------------ + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
