forked from weaselab/conflict-set
Only check against sequential if we interleaved
This commit is contained in:
+1
-1
@@ -4351,7 +4351,6 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
|
||||
// Kick off the sequence of tail calls that finally returns once all jobs
|
||||
// are done
|
||||
inProgress->continuation(inProgress, &context);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
Arena arena;
|
||||
@@ -4362,6 +4361,7 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
|
||||
assert(memcmp(result, results2, count) == 0);
|
||||
assert(context.readContext == context2.readContext);
|
||||
#endif
|
||||
}
|
||||
|
||||
#else
|
||||
useSequential(reads, result, count, context);
|
||||
|
||||
Reference in New Issue
Block a user