librace: add load/store interface for checking data races
authorBrian Norris <banorris@uci.edu>
Wed, 25 Apr 2012 23:55:46 +0000 (16:55 -0700)
committerBrian Norris <banorris@uci.edu>
Wed, 25 Apr 2012 23:55:46 +0000 (16:55 -0700)
The compiler portion will need to replace loads/stores with calls to the
store_X() and load_X() functions.


No differences found