Re: [tsan] Instrument atomics (take 2)

2012-12-04 Thread Dmitry Vyukov
LGTM with my limited gcc internals knowledge On Sat, Dec 1, 2012 at 3:56 AM, Jakub Jelinek wrote: > On Fri, Nov 30, 2012 at 09:00:30PM +0400, Dmitry Vyukov wrote: >> and thanks for the nand catch! > > Here is updated atomics instrumentation patch, including the 16-byte > atomics, nand, success/fa

[tsan] Instrument atomics (take 2)

2012-11-30 Thread Jakub Jelinek
On Fri, Nov 30, 2012 at 09:00:30PM +0400, Dmitry Vyukov wrote: > and thanks for the nand catch! Here is updated atomics instrumentation patch, including the 16-byte atomics, nand, success/failure parameters for cas and 0-5 arguments instead of 1<<0 through 1<<5 for memory models. Again, on top of