Reviewers: danno, Message: Hi Daniel,
can you please take a look? This change is required for TSan v2 to work correctly. We add calls to TSan runtime that tell the tool about the atomic operations, thus removing a huge number of false positives (see http://chromegw.corp.google.com/i/chromium.fyi/builders/Chromium%20Linux%20TSan%20v2/builds/13/steps/compile/logs/stdio for an example of such false reports) Description: Add atomics implementation for ThreadSanitizer v2 (https://sites.google.com/a/chromium.org/dev/developers/testing/threadsanitizer-tsan-v2) BUG=128314 Please review this at https://codereview.chromium.org/10965035/ SVN Base: http://v8.googlecode.com/svn/trunk/ Affected files: M src/atomicops.h A src/atomicops_internals_tsan.h -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
