summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cacount.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cacount.cpp b/cacount.cpp
index 3657687..ecf0f38 100644
--- a/cacount.cpp
+++ b/cacount.cpp
@@ -85,8 +85,6 @@ void findCycle(Trans &t, Trans &c) {
State n = t[s];
t[s] = t[n];
c[s] = min<State>(c[s], c[n]);
- // TODO: test if writing only when value changed improves
- // performance by reducing cache coherency pressure
// TODO: detect if anything change, skip later rounds then
}, (string) "fwd time", true);
// Transients may have a cycle id (minimum state) that is on the
contact: Jan Huwald // Impressum