checking algorithm is described in more detail in this paper (published in
OOPSLA '13):
- <http://demsky.eecs.uci.edu/publications/c11modelcheck.pdf>
+> <http://demsky.eecs.uci.edu/publications/c11modelcheck.pdf>
It is designed to support unit tests on concurrent data structure written using
C/C++ atomics.
tested with LLVM (clang/clang++) and GCC. It likely can be ported to other \*NIX
flavors. We have not attempted to port to Windows.
-You may also refer to the CDSChecker project page:
-
- <http://demsky.eecs.uci.edu/c11modelchecker.php>
-
Getting Started
---------------
CDSChecker with the `-u num` option.
+See Also
+--------
+
+The CDSChecker project page:
+
+> <http://demsky.eecs.uci.edu/c11modelchecker.php>
+
+The CDSChecker source and accompanying benchmarks on Gitweb:
+
+> <http://demsky.eecs.uci.edu/git/?p=model-checker.git>
+>
+> <http://demsky.eecs.uci.edu/git/?p=model-checker-benchmarks.git>
+
+
Contact
-------