
1 Nov
2011
1 Nov
'11
2:57 p.m.
Phil Endecott wrote:
For the record, I am already doing this and the code is posted here:
A few quick comments... you need explicit memory orders (acqrel for --, relaxed for ++), because SC is overkill; long c = use_count_ should be out of the loop.