Files
rust/src/liballoc
Tomasz Miąsko fd0e15bbcd Make std::sync::Arc compatible with ThreadSanitizer
The memory fences used previously in Arc implementation are not properly
understood by ThreadSanitizer as synchronization primitives. This had
unfortunate effect where running any non-trivial program compiled with
`-Z sanitizer=thread` would result in numerous false positives.

Replace acquire fences with acquire loads when using ThreadSanitizer to
address the issue.
2020-03-20 00:18:44 +01:00
..
2020-03-03 00:08:24 +01:00
2019-11-29 20:25:07 -08:00
2020-03-08 11:01:12 +01:00
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2020-03-08 11:01:12 +01:00
2019-12-22 17:42:47 -05:00
2020-03-15 19:43:25 +01:00
2019-09-27 17:36:45 -04:00
2020-03-08 11:01:12 +01:00
2019-12-22 17:42:47 -05:00
2019-11-29 20:25:07 -08:00