Author: Armin Rigo <ar...@tunes.org> Branch: stmgc-c8-gcc Changeset: r80540:38e00aff4334 Date: 2015-11-05 07:41 +0100 http://bitbucket.org/pypy/pypy/changeset/38e00aff4334/
Log: import stmgc/41227d7659ac (the current head, only a comment added) diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpython/translator/stm/src_stm/revision +++ b/rpython/translator/stm/src_stm/revision @@ -1,1 +1,1 @@ -6ca47dad66a6 +41227d7659ac diff --git a/rpython/translator/stm/src_stm/stm/core.c b/rpython/translator/stm/src_stm/stm/core.c --- a/rpython/translator/stm/src_stm/stm/core.c +++ b/rpython/translator/stm/src_stm/stm/core.c @@ -424,6 +424,8 @@ We choose the approach to reset all our changes to this obj here, so that we can throw away the backup copy completely: */ + /* XXX: this browses through the whole list of modified + fragments; this may become a problem... */ reset_modified_from_backup_copies(my_segnum, obj); continue; } _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit