Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-24 | support canceling iterTrans if no work is done anymore | Jan Huwald | |
A bool is passed to the worker function to store wether any work has been done in an iterState round. To prevent cache line bouncing, each worker thread has its own cache line aligned bool which is ultimately merged. |