Author: Tobias Weber <[email protected]>
Branch: c8-adaptive-trx-length-per-thread
Changeset: r2092:0c811825c149
Date: 2017-07-04 17:25 +0200
http://bitbucket.org/pypy/stmgc/changeset/0c811825c149/
Log: Merge 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
@@ -1638,7 +1638,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