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.38k stars 313 forks source link

PowerISA 2.07 HTM #120

Closed kev009 closed 6 years ago

kev009 commented 6 years ago

Plebeians,

Currently untested but both clang and gcc should work with these builtins. I will need to set up a Linux install to do testing in a known good environment. Mainly interested in opening the discussion on any RMO changes that might be necessary within ck_elide

sbahra commented 6 years ago

Will await new PR.