concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

barrier_combining fixes #127

Closed kev009 closed 6 years ago

kev009 commented 6 years ago

Changes per https://github.com/concurrencykit/ck/issues/124

This seems good on my ppc64.

kev009 commented 6 years ago

Interesting epoch blew up in the regression on os x, unrelated to this change https://travis-ci.org/concurrencykit/ck/jobs/411599401#L596