projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a59ba5
)
Don't do complete checks until we choose store to read from
author
Brian Demsky
<bdemsky@uci.edu>
Wed, 12 Jun 2019 22:32:50 +0000
(18:32 -0400)
committer
bdemsky
<bdemsky@uci.edu>
Wed, 12 Jun 2019 22:32:59 +0000
(15:32 -0700)
execution.cc
patch
|
blob
|
history
diff --git
a/execution.cc
b/execution.cc
index e253ab0f2611e65898173fc504177a040ea394dd..968eacf01324add645aadade3fafd076821fa860 100644
(file)
--- a/
execution.cc
+++ b/
execution.cc
@@
-1373,12
+1373,8
@@
ModelVector<ModelAction *> * ModelExecution::build_may_read_from(ModelAction *c
}
if (allow_read) {
- /* Only add feasible reads */
- mo_graph->startChanges();
- r_modification_order(curr, act);
- if (!is_infeasible())
- rf_set->push_back(act);
- mo_graph->rollbackChanges();
+ /* Only add feasible reads */
+ rf_set->push_back(act);
}
/* Include at most one act per-thread that "happens before" curr */