Author: Remi Meier <remi.me...@inf.ethz.ch>
Branch: 
Changeset: r1357:6dd4a007769a
Date: 2014-09-05 11:56 +0200
http://bitbucket.org/pypy/stmgc/changeset/6dd4a007769a/

Log:    pass a few more by validating on start_transaction()

diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -353,6 +353,7 @@
     assert(tree_is_cleared(STM_PSEGMENT->modified_old_objects));
     assert(list_is_empty(STM_PSEGMENT->objects_pointing_to_nursery));
     check_nursery_at_transaction_start();
+    stm_validate(NULL);
 }
 
 long stm_start_transaction(stm_thread_local_t *tl)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to