rrnewton / haskell-lockfree

A collection of different packages for CAS based data structures.
106 stars 25 forks source link

New 7.10 primops (sans atomic read/write, and CAS on small bytearrays) #46

Closed jberryman closed 9 years ago

jberryman commented 9 years ago

Still waiting on discussion in #43, but if you want to merge this here it is.

@tibbe you might be interested in some of the tests in atomic-primops/testing/Fetch.hs for inclusion in the GHC testsuite: fetchAndOrTest, and to a lesser extent fetchNandTest

jberryman commented 9 years ago

Sorry, I forgot to test on GHC < 7.10