diff options
author | Jan Huwald <jh@sotun.de> | 2013-06-14 12:34:11 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2013-06-14 12:34:11 (GMT) |
commit | 534f581699a957861ae7f5bb9cf70440614185d5 (patch) | |
tree | 7221be3b213afd336d4be0b6f14cca7d263c11a0 | |
parent | b86aa1b30de15131ab61325d733e70d6deeaf0be (diff) |
.
-rw-r--r-- | cacount.cpp | 2 |
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 |