fix some typos
* spot/graph/graph.hh, spot/ltsmin/spins_kripke.hxx, spot/mc/bloemen.hh, spot/mc/lpar13.hh, spot/twaalgos/determinize.cc: Here.
This commit is contained in:
parent
583ca38d91
commit
9de5455552
5 changed files with 25 additions and 25 deletions
|
|
@ -1295,10 +1295,10 @@ namespace spot
|
|||
static std::vector<std::thread> tv;
|
||||
SPOT_ASSERT(tv.empty());
|
||||
tv.resize(nthreads);
|
||||
// FIXME: Due to the way these thread advence into the sate
|
||||
// vectors, they access very close memory location. It
|
||||
// would seems more cache friendly to have thread work on
|
||||
// blocks of continuous states.
|
||||
// FIXME: Due to the way these thread advance into the state
|
||||
// vector, they access very close memory location. It would
|
||||
// seems more cache friendly to have threads work on blocks
|
||||
// of continuous states.
|
||||
for (unsigned id = 0; id < nthreads; ++id)
|
||||
tv[id] = std::thread(
|
||||
[bne, id, ns, &idx_list, p, nthreads]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue