Author: Tobias Weber <[email protected]>
Branch: c8-fix-commit-signalling
Changeset: r2087:1ea4b3c11042
Date: 2017-07-04 17:24 +0200
http://bitbucket.org/pypy/stmgc/changeset/1ea4b3c11042/
Log: Revert aggressive wait
diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -1571,7 +1571,7 @@
void _stm_become_inevitable(const char *msg)
{
- int num_waits = NB_SEGMENTS; //0;
+ int num_waits = 0;
timing_become_inevitable();
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit